summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-16 00:02:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-16 00:02:38 -0700
commit3d0b33c6cd45543216a527dae4ab7cd75f00b882 (patch)
tree3e4303c9b5df9f0c0e31f0f4c62d0c03b6cdfd0f
parent410c80daefac6edb92d780b16728765d15dcbe59 (diff)
downloadtxr-3d0b33c6cd45543216a527dae4ab7cd75f00b882.tar.gz
txr-3d0b33c6cd45543216a527dae4ab7cd75f00b882.tar.bz2
txr-3d0b33c6cd45543216a527dae4ab7cd75f00b882.zip
doc: sort-group: unnecessary copy
* txr.1: Remove copy operation partition-by expression; this was needed when sort was destructive.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 90df466a..e6a2b381 100644
--- a/txr.1
+++ b/txr.1
@@ -36917,7 +36917,7 @@ The following equivalence holds:
<-->
- (partition-by kf (sort (copy sq) kf lf))
+ (partition-by kf (sort sq kf lf))
.brev
Note the reversed order of