summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-17 07:19:27 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-17 07:19:27 -0800
commitdececfe937e68c45c3658cf9fa30bcde362d30ff (patch)
tree8f2770ab6d978a027ab7d1288fe6e01ba7d1483d /txr.1
parent34d7df624c34f7b909da7db08dbcbf7d05de84af (diff)
downloadtxr-dececfe937e68c45c3658cf9fa30bcde362d30ff.tar.gz
txr-dececfe937e68c45c3658cf9fa30bcde362d30ff.tar.bz2
txr-dececfe937e68c45c3658cf9fa30bcde362d30ff.zip
* txr.1: Random fixes.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index c4ae19d8..74e542f4 100644
--- a/txr.1
+++ b/txr.1
@@ -14501,7 +14501,7 @@ The transposed list is then passed to
as an argument.
The
-.meta functio
+.meta function
is expected to produce a list of tuples, which are transposed
again to produce a list of lists which is then returned.
@@ -17726,8 +17726,8 @@ are lists, and not lazy lists.
(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" #\z) -> ("abc" "dzz")
- (tuples 3 (list 1 2) #\z) -> ((1 2 #\z))
+ (tuples 3 "abcd" #\ez) -> ("abc" "dzz")
+ (tuples 3 (list 1 2) #\ez) -> ((1 2 #\ez))
.cble
.coNP Function @ partition-by