summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-11 19:00:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-11 19:00:55 -0700
commit49256d6d022226bc0a5c92e44ef0757ab025a3bc (patch)
treed03532865e8f60cd2abf7c06952443b1d9a6250b /txr.1
parent1a019b6e17d52ce1ba53da5d6be038c6301a4b62 (diff)
downloadtxr-49256d6d022226bc0a5c92e44ef0757ab025a3bc.tar.gz
txr-49256d6d022226bc0a5c92e44ef0757ab025a3bc.tar.bz2
txr-49256d6d022226bc0a5c92e44ef0757ab025a3bc.zip
* txr.1: Fixed wrong comment in example.
Diffstat (limited to 'txr.1')
-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))