all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#35817: [PATCH] Fix typo in documentation of seq-mapn
  2019-05-21  2:25 bug#35817: [PATCH] Fix typo in documentation of seq-mapn Tom Levy
@ 2019-05-22 10:14 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-05-22 10:14 UTC (permalink / raw)
  To: Tom Levy; +Cc: 35817-done, tomlevy93

> From: Tom Levy <tomlevy93@gmail.com>
> Date: Tue, 21 May 2019 14:25:31 +1200
> Cc: Tom Levy <tomlevy93@gmail.com>
> 
> * doc/lispref/sequences.texi (Sequence Functions): Fix typo.
> ---
>  doc/lispref/sequences.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, pushed to the emacs-26 branch.





^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.