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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user