Remove docstring from config-exclusion-list

Apparently that is not the right place for a docstring, I must have
been thinking about emacs lisp.
This commit is contained in:
Tom Willemse 2013-05-20 20:39:56 +02:00
parent e2c303c420
commit e293a71f9c

View file

@ -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)))