Fix a typo in ELisp manual

* doc/lispref/sequences.texi (Sequence Functions): Fix a typo.
(Bug#35817)

Copyright-paperwork-exempt: yes
This commit is contained in:
Tom Levy 2019-05-21 14:25:31 +12:00 committed by Eli Zaretskii
parent 400907b3c1
commit b0da9151d8

View file

@ -601,7 +601,7 @@ returned value is a list.
@defun seq-mapn function &rest sequences @defun seq-mapn function &rest sequences
This function returns the result of applying @var{function} to each This function returns the result of applying @var{function} to each
element of @var{sequences}. The arity (@pxref{What Is a Function, 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 Mapping stops at the end of the shortest sequence, and the returned
value is a list. value is a list.