summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
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 4a1219ba..05112c5e 100644
--- a/txr.1
+++ b/txr.1
@@ -39981,7 +39981,7 @@ that being a syntactic sugar for
(when-match @a..@b '1..2 (list a b)) -> (1 2)
;; above, de-sugared:
- (when-match (rcons @a @b) (rcons 1 2) (list a b)) -> (1 2)
+ (when-match (rcons @a @b) '(rcons 1 2) (list a b)) -> (1 2)
.brev