From: Tom Levy Date: Tue, 21 May 2019 02:25:31 +0000 (+1200) Subject: Fix a typo in ELisp manual X-Git-Tag: emacs-26.2.90~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0da915;p=emacs.git Fix a typo in ELisp manual * doc/lispref/sequences.texi (Sequence Functions): Fix a typo. (Bug#35817) Copyright-paperwork-exempt: yes --- diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 5cf2e89644d..bf2c9c8a7d6 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.