From 7e2d1ec815c6eb6670381c1b2aabfea57003c529 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 18 Mar 2019 06:55:03 -0700 Subject: doc: clarify split/partition difference. * txr.1: Under in split doc, add a sentence highlighting the difference between split and partition. --- txr.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/txr.1 b/txr.1 index 1572c396..358ccb8f 100644 --- a/txr.1 +++ b/txr.1 @@ -28514,6 +28514,14 @@ The length of is added to any negative indices. An index which is still negative after being thus displaced is discarded. +Note: the principal difference between +.code split +and +.code partition +is that +.code partition +does not produce empty pieces. + .TP* Examples: .cblk (split '(1 2 3) 1) -> ((1) (2 3)) -- cgit v1.2.3