aboutsummaryrefslogtreecommitdiff
path: root/doc/skr/manual.skr
diff options
context:
space:
mode:
Diffstat (limited to 'doc/skr/manual.skr')
-rw-r--r--doc/skr/manual.skr4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/skr/manual.skr b/doc/skr/manual.skr
index 1982237..30b2fcd 100644
--- a/doc/skr/manual.skr
+++ b/doc/skr/manual.skr
@@ -123,7 +123,9 @@
(markup '&source-key)
(body (cond
((keyword? arg)
- (keyword->string arg))
+ (with-output-to-string
+ (lambda ()
+ (write arg))))
((symbol? arg)
(string-append ":" (symbol->string arg)))
(else