From e293a71f9c1fbb7d181ff2f67f8f40a46330ca24 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 May 2013 20:39:56 +0200 Subject: Remove docstring from config-exclusion-list Apparently that is not the right place for a docstring, I must have been thinking about emacs lisp. --- gitto/main.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitto/main.scm b/gitto/main.scm index bd9af49..5c20c89 100644 --- a/gitto/main.scm +++ b/gitto/main.scm @@ -28,8 +28,7 @@ #:use-module (srfi srfi-1) #:export (main)) -(define config-exclusion-list '() - "A list of strings naming the repositories to be left alone.") +(define config-exclusion-list '()) (define (storage-dir xdg-env fallback) (let ((xdg (getenv xdg-env))) -- cgit v1.2.3-54-g00ecf