aboutsummaryrefslogtreecommitdiff
path: root/module/html/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/html/config.scm')
-rw-r--r--module/html/config.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/html/config.scm b/module/html/config.scm
index 3ae0e1da..03e18db7 100644
--- a/module/html/config.scm
+++ b/module/html/config.scm
@@ -5,7 +5,7 @@
(define-public debug (make-parameter #f))
(define-config debug #f
- "Places the generated thingy in debug mode"
+ description: "Places the generated thingy in debug mode"
post: debug)
@@ -13,6 +13,6 @@
;;; but this works for the time being.
(define-public edit-mode (make-parameter #t))
(define-config edit-mode #t
- "Makes the document editable"
+ description: "Makes the document editable"
post: edit-mode)