summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 98a21ec1..e404866c 100644
--- a/txr.1
+++ b/txr.1
@@ -29163,7 +29163,8 @@ are lists, and not lazy lists.
.TP* Examples:
.cblk
- (tuples 3 #(1 2 3 4 5 6 7 8) 0) -> (#(1 2 3) #(4 5 6) #(7 8 0))
+ (tuples 3 #(1 2 3 4 5 6 7 8) 0) -> (#(1 2 3) #(4 5 6)
+ #(7 8 0))
(tuples 3 "abc") -> ("abc")
(tuples 3 "abcd") -> ("abc" "d")
(tuples 3 "abcd" #\ez) -> ("abc" "dzz")