emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 b0da915: Fix a typo in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 b0da915: Fix a typo in ELisp manual
Date: Wed, 22 May 2019 06:13:49 -0400 (EDT)

branch: emacs-26
commit b0da9151d880f7ae60367a4b3d3ef91209bbd06f
Author: Tom Levy <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in ELisp manual
    
    * doc/lispref/sequences.texi (Sequence Functions): Fix a typo.
    (Bug#35817)
    
    Copyright-paperwork-exempt: yes
---
 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 5cf2e89..bf2c9c8 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.
 



reply via email to

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