* bug#35817: [PATCH] Fix typo in documentation of seq-mapn
@ 2019-05-21 2:25 Tom Levy
2019-05-22 10:14 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Tom Levy @ 2019-05-21 2:25 UTC (permalink / raw)
To: 35817; +Cc: Tom Levy
* doc/lispref/sequences.texi (Sequence Functions): Fix typo.
---
doc/lispref/sequences.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index a7f270c068..4b67a5f9f1 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -601,7 +601,7 @@ returned value is a list.
@defun seq-mapn function &rest sequences
This function returns the result of applying @var{function} to each
element of @var{sequences}. The arity (@pxref{What Is a Function,
-sub-arity}) of @var{function} must match the number of sequences.
+subr-arity}) of @var{function} must match the number of sequences.
Mapping stops at the end of the shortest sequence, and the returned
value is a list.
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-22 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-21 2:25 bug#35817: [PATCH] Fix typo in documentation of seq-mapn Tom Levy
2019-05-22 10:14 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).