summaryrefslogtreecommitdiff
path: root/doc/lispref/sequences.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-15 02:41:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-16 08:29:28 +0100
commit033071692c7cd1cd550d25170d4b3168668567ac (patch)
tree4652c5a846b8d166757c46c81a709beaed962e0a /doc/lispref/sequences.texi
parentf4a513344d95badf2b75b0577016edcdd9ea5fbe (diff)
downloademacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz
emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2
emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip
; Fix typos
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r--doc/lispref/sequences.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index bc5a4cf24a6..58f2703c8b5 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -719,7 +719,7 @@ calling @var{function} on the elements in @var{sequence}.
then with that result and the third element of @var{sequence}, etc.
@var{function} should be a function of two arguments.
-@var{function} is called with two arguments. @var{intial-value}
+@var{function} is called with two arguments. @var{initial-value}
(and then the accumulated value) is used as the first argument, and
the elements in @var{sequence} are used for the second argument.