GNU bug report logs - #35817
[PATCH] Fix typo in documentation of seq-mapn

Previous Next

Package: emacs;

Reported by: Tom Levy <tomlevy93 <at> gmail.com>

Date: Tue, 21 May 2019 03:29:02 UTC

Severity: minor

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#35817: closed ([PATCH] Fix typo in documentation of seq-mapn)
Date: Wed, 22 May 2019 10:15:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 May 2019 13:14:21 +0300
with message-id <83tvdm7q4i.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
35817: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35817
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tom Levy <tomlevy93 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: Tom Levy <tomlevy93 <at> gmail.com>
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



[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Tom Levy <tomlevy93 <at> gmail.com>
Cc: 35817-done <at> debbugs.gnu.org, tomlevy93 <at> gmail.com
Subject: Re: bug#35817: [PATCH] Fix typo in documentation of seq-mapn
Date: Wed, 22 May 2019 13:14:21 +0300
> From: Tom Levy <tomlevy93 <at> gmail.com>
> Date: Tue, 21 May 2019 14:25:31 +1200
> Cc: Tom Levy <tomlevy93 <at> 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.


This bug report was last modified 6 years and 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.