diff options
| -rw-r--r-- | doc/lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 601 | @defun seq-mapn function &rest sequences | 601 | @defun seq-mapn function &rest sequences |
| 602 | This function returns the result of applying @var{function} to each | 602 | This function returns the result of applying @var{function} to each |
| 603 | element of @var{sequences}. The arity (@pxref{What Is a Function, | 603 | element of @var{sequences}. The arity (@pxref{What Is a Function, |
| 604 | sub-arity}) of @var{function} must match the number of sequences. | 604 | subr-arity}) of @var{function} must match the number of sequences. |
| 605 | Mapping stops at the end of the shortest sequence, and the returned | 605 | Mapping stops at the end of the shortest sequence, and the returned |
| 606 | value is a list. | 606 | value is a list. |
| 607 | 607 | ||