From: Eli Zaretskii Date: Fri, 2 Feb 2024 15:48:28 +0000 (+0200) Subject: ; And another fix... X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b32c2f16658e7edde2011f4e311198a1c6efdd7;p=emacs.git ; And another fix... (cherry picked from commit eb9bdb8948683e9870a3e52d085bf0c57d049130) --- diff --git a/lisp/sort.el b/lisp/sort.el index 7047a714661..4f0d759ef8a 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -481,7 +481,7 @@ sRegexp specifying key within record: \nr") ;;;###autoload (defun sort-on (sequence predicate accessor) "Sort SEQUENCE by calling PREDICATE on sort keys produced by ACCESSOR. -SEQUENCE should be the input list or vector to sort. +SEQUENCE should be the input sequence to sort. Elements of SEQUENCE are sorted by keys which are obtained by calling ACCESSOR on each element. ACCESSOR should be a function of one argument, an element of SEQUENCE, and should return the key