diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 19:00:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 19:00:55 -0700 |
commit | 49256d6d022226bc0a5c92e44ef0757ab025a3bc (patch) | |
tree | d03532865e8f60cd2abf7c06952443b1d9a6250b /txr.1 | |
parent | 1a019b6e17d52ce1ba53da5d6be038c6301a4b62 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |