emacs-diffs
[Top][All Lists]
Advanced

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

master 62d40f27b2: ; * doc/misc/cl.texi (Mapping over Sequences): Fix ty


From: Juanma Barranquero
Subject: master 62d40f27b2: ; * doc/misc/cl.texi (Mapping over Sequences): Fix typos.
Date: Wed, 2 Nov 2022 12:21:31 -0400 (EDT)

branch: master
commit 62d40f27b2467a5eeaefec37fea305bda54f6524
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; * doc/misc/cl.texi (Mapping over Sequences): Fix typos.
---
 doc/misc/cl.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index e4b344f267..41499d1953 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -3381,9 +3381,9 @@ true for all elements.
 
 @defun cl-reduce function seq @t{&key :from-end :start :end :initial-value 
:key}
 This function returns the result of calling @var{function} on the
-first and second element of @var{seq}, then calling @var{function}
+first and second elements of @var{seq}, then calling @var{function}
 with that result and the third element of @var{seq}, then with that
-result and the third element of @var{seq}, etc.
+result and the fourth element of @var{seq}, etc.
 
 Here is an example.  Suppose @var{function} is @code{*} and @var{seq}
 is the list @code{(2 3 4 5)}.  The first two elements of the list are



reply via email to

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