From cd29d77f8e652a2060d80d91f4900f4d174d4b44 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 3 Jan 2024 20:44:55 -0800 Subject: doc: clarification regarding sort stability. * txr.1: Clarify that both sort and nsort are not stable for vectors and strings. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index b9c79f81..6661dda3 100644 --- a/txr.1 +++ b/txr.1 @@ -38547,7 +38547,9 @@ functions are stable for sequences which are lists. This means that the original order of items which are considered identical is preserved. For strings and vectors, .code sort -is not stable. +and +.code nsort +are not stable. The .code ssort -- cgit v1.2.3