summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index a750fd66..7a945e65 100644
--- a/txr.1
+++ b/txr.1
@@ -10072,9 +10072,9 @@ Examples:
(cons a . b) ;; error: cons isn't variadic.
(cons a b . c) ;; error: cons requires exactly two arguments.
- [foo a b . c] ;; calls (foo 3 4 5 6 7)
+ [foo a b . c] ;; calls (foo 3 4 5 6 7)
- [c 1] ;; indexes into vector #(5 6 7) to yield 6
+ [c 1] ;; indexes into vector #(5 6 7) to yield 6
(call (op list 1 . @1) 2) ;; yields 2
.cble