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:
parent
400907b3c1
commit
b0da9151d8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue