emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35817: closed ([PATCH] Fix typo in documentation o


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35817: closed ([PATCH] Fix typo in documentation of seq-mapn)
Date: Wed, 22 May 2019 10:15:02 +0000

Your message dated Wed, 22 May 2019 13:14:21 +0300
with message-id <address@hidden>
and subject line Re: bug#35817: [PATCH] Fix typo in documentation of seq-mapn
has caused the debbugs.gnu.org bug report #35817,
regarding [PATCH] Fix typo in documentation of seq-mapn
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35817: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35817
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix typo in documentation of seq-mapn Date: Tue, 21 May 2019 14:25:31 +1200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#35817: [PATCH] Fix typo in documentation of seq-mapn Date: Wed, 22 May 2019 13:14:21 +0300
> From: Tom Levy <address@hidden>
> Date: Tue, 21 May 2019 14:25:31 +1200
> Cc: Tom Levy <address@hidden>
> 
> * 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]