emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 4b79c80c999 1/2: New function 'sort-on'


From: Eshel Yaron
Subject: Re: master 4b79c80c999 1/2: New function 'sort-on'
Date: Fri, 02 Feb 2024 17:06:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Fri, 02 Feb 2024 16:30:03 +0100
>> From:  Michael Heerdegen via "Emacs development discussions." 
>> <emacs-devel@gnu.org>
>>
>> Here are two more typos, @Eli please review and install if you agree.  I
>> guess there could be more, I only have had a quick look at the text:
>
> I already installed other fixes.

Here's one typo that might have slipped by:

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 068b69e9ef8..74719d4779f 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -461,7 +461,7 @@ Sequence Functions
 with a single argument, an element of @var{sequence}.

 This function implements what is known as @dfn{decorate-sort-undecorate}
-paradigm, of the Schwartzian transform.  It basically trades CPU for
+paradigm, or the Schwartzian transform.  It basically trades CPU for
 memory, creating a temporary list with the computed sort keys, then
 mapping @code{car} over the result of sorting that temporary list.
 Unlike with @code{sort}, the return value is always a new list; the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]