diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-21 06:13:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-21 06:13:06 -0700 |
commit | 579731a842bc334b665180e34f0ba189d5badc29 (patch) | |
tree | 9ff64580201d2b9fc5667809c7d142adbf238d12 | |
parent | eadb1ee8951a1fd0e1c9473f5a269164c788dd7a (diff) | |
download | txr-579731a842bc334b665180e34f0ba189d5badc29.tar.gz txr-579731a842bc334b665180e34f0ba189d5badc29.tar.bz2 txr-579731a842bc334b665180e34f0ba189d5badc29.zip |
* txr.1: Fixes in description of partition.
-rw-r--r-- | txr.1 | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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 |