summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-12-22 12:44:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-12-22 12:44:29 -0800
commit2e35f5744d860fa0d43aad6bf59b6fc02d13f8e9 (patch)
treefbb4ab55f4ae03393c9984be57061446753a18c2
parentf30137485f74209ab2a0dc49e5c2bdf3708b3405 (diff)
downloadtxr-2e35f5744d860fa0d43aad6bf59b6fc02d13f8e9.tar.gz
txr-2e35f5744d860fa0d43aad6bf59b6fc02d13f8e9.tar.bz2
txr-2e35f5744d860fa0d43aad6bf59b6fc02d13f8e9.zip
doc: refer to sort function out of List Sorting.
* txr.1: The List Sorting section looks as if it describes all the support there is for sorting. Add references pointing to sort under Sequence Manipulation.
-rw-r--r--txr.118
1 files changed, 18 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 277d426d..e2eacacc 100644
--- a/txr.1
+++ b/txr.1
@@ -18131,6 +18131,24 @@ found, or due to the property being present with a
value.
.SS* List Sorting
+
+Note: these functions operate on lists. The principal sorting function
+in \*(TL is
+.codn sort ,
+described under Sequence Manipulation.
+
+The
+.code merge
+function described here provides access to an elementary step
+of the algorithm used internally by
+.code sort
+when operating on lists.
+
+The
+.code multi-sort
+operation sorts multiple lists in parallel. It is implemented using
+.codn sort .
+
.coNP Function @ merge
.synb
.mets (merge < seq1 < seq2 >> [ lessfun <> [ keyfun ]])