aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 01:06:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 01:06:39 +0200
commit8b397e05a8e80b5d50cdbf94d8858c617c5ebafd (patch)
tree0e239ef7c1613b701d4b604149adb2f0f315e4af /module/vcomponent.scm
parentRemove week-start from (html view calendar) (again?) (diff)
downloadcalp-8b397e05a8e80b5d50cdbf94d8858c617c5ebafd.tar.gz
calp-8b397e05a8e80b5d50cdbf94d8858c617c5ebafd.tar.xz
Massivly simplify config internals.
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)]