summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-21 06:13:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-21 06:13:06 -0700
commit579731a842bc334b665180e34f0ba189d5badc29 (patch)
tree9ff64580201d2b9fc5667809c7d142adbf238d12
parenteadb1ee8951a1fd0e1c9473f5a269164c788dd7a (diff)
downloadtxr-579731a842bc334b665180e34f0ba189d5badc29.tar.gz
txr-579731a842bc334b665180e34f0ba189d5badc29.tar.bz2
txr-579731a842bc334b665180e34f0ba189d5badc29.zip
* txr.1: Fixes in description of partition.
-rw-r--r--txr.118
1 files changed, 10 insertions, 8 deletions
diff --git a/txr.1 b/txr.1
index 83a660b0..3d7c961e 100644
--- a/txr.1
+++ b/txr.1
@@ -14822,20 +14822,22 @@ it is not called.
Otherwise,
.code partition
-returns a lazy list of partitions of the sequence
-
+returns a lazy list of partitions of
.metn sequence .
-Partitions are consecutive, non-empty sub-strings of
+Partitions are consecutive, non-overlapping, non-empty sub-strings of
.metn sequence ,
of the same kind as
-.metn sequence .
-
+.metn sequence ,
+such that if these sub-strings are catenated together in their order
+of appearance, a sequence
+.code equal
+to the original is produced.
If the second argument is of the form
.metn index-list ,
-it is a sequence of
-strictly increasing, positive integers. First, any leading zeros in this sequence
-are dropped. The
+it shall be a sequence of
+strictly non-decreasing, integers. First, any leading negative or zero values
+in this sequence are dropped. The
.code partition
function then divides
.meta sequence