summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 563f24e0..a5f2aa38 100644
--- a/txr.1
+++ b/txr.1
@@ -30736,7 +30736,7 @@ is returned.
.TP* Examples:
.verb
- (partition* '(1 2 3 4 5) '(0 2 4)) -> ((1) (3) (5))
+ (partition* '(1 2 3 4 5) '(0 2 4)) -> ((2) (4))
(partition* "abcd" '(0 3)) -> "bc"