]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 13:27:25 +0000 (15:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:04:20 +0000 (12:04 +0100)
* doc/lispref/sequences.texi (Sequence Functions): Improve
indexing of last change

(cherry picked from commit dcce1e07fe750df060ab3a7c6782dc5145710fa3)

doc/lispref/sequences.texi

index 654019dfc31592e6b24de14512755a38ddded213..896dac35c8e745abb1efc68e50640ddb5c587be5 100644 (file)
@@ -446,6 +446,8 @@ element into a function of its own, you can use the following sorting
 function, which guarantees that the key will be computed for each list
 element exactly once.
 
+@cindex decorate-sort-undecorate
+@cindex Schwartzian transform
 @defun sort-on sequence predicate accessor
 This function stably sorts the list @var{sequence}, comparing the sort
 keys of the elements using @var{predicate}.  The comparison function