mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
; * doc/misc/cl.texi (Mapping over Sequences): Fix typos.
This commit is contained in:
parent
b035db7a31
commit
62d40f27b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue