From 033071692c7cd1cd550d25170d4b3168668567ac Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 15 Dec 2022 02:41:20 +0100 Subject: ; Fix typos --- doc/lispref/sequences.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/sequences.texi') 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. -- cgit v1.2.3