aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 06:31:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 06:36:54 +0200
commit905d3ab577cef59ae74c571b2898b0650eeb1e54 (patch)
treeee8934f8eb1815804678dd35d6f488b0ff274aa3 /module/vcomponent.scm
parentRemove stray console.log. (diff)
parentcleanup. (diff)
downloadcalp-905d3ab577cef59ae74c571b2898b0650eeb1e54.tar.gz
calp-905d3ab577cef59ae74c571b2898b0650eeb1e54.tar.xz
Merge branch 'master' into calchooser
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 1272cea1..66b72162 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -11,7 +11,7 @@
(vcomponent instance methods))
(define-config calendar-files '()
- "Which files to parse. Takes a list of paths or a single string which will be globbed."
+ description: "Which files to parse. Takes a list of paths or a single string which will be globbed."
pre: (lambda (v)
(cond [(list? v) v]
[(string? v) ((@ (glob) glob) v)]