summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 704e9b45..e9168454 100644
--- a/txr.1
+++ b/txr.1
@@ -4742,7 +4742,7 @@ to express the above hash:
This is correct:
- ;; not supported: splicing across the entire syntax
+ ;; fine: splicing hash arguments and contents separatly
(let ((hash-args '(:equal-based))
(hash-contents '((a 1) (b 2))))
'#H(,hash-args ,*hash-contents))