]> git.eshelyaron.com Git - emacs.git/commitdiff
; And another fix...
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 15:48:28 +0000 (17:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:04:27 +0000 (12:04 +0100)
(cherry picked from commit eb9bdb8948683e9870a3e52d085bf0c57d049130)

lisp/sort.el

index 7047a714661509faf73caf7eb999e5b6d85d81d0..4f0d759ef8aed622b8e7451baca288d5cd91378e 100644 (file)
@@ -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