diff options
| author | Artur Malabarba | 2015-10-28 17:06:27 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-10-28 17:06:27 +0000 |
| commit | 785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3 (patch) | |
| tree | efab616886e6b518704aaea02f0da54226c7f727 | |
| parent | 45cdacb09890121bdcf07279b2fe5bc6a52fa22c (diff) | |
| download | emacs-785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3.tar.gz emacs-785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3.zip | |
* doc/lispref/sequences.texi (Sequence Functions): Fix typo
| -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 730dac10452..84a7c325424 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -575,7 +575,7 @@ element of @var{sequence}. The returned value is a list. | |||
| 575 | @defun seq-mapn function &rest sequences | 575 | @defun seq-mapn function &rest sequences |
| 576 | This function returns the result of applying @var{function} to each | 576 | This function returns the result of applying @var{function} to each |
| 577 | element of @var{sequences}. The arity of @var{function} must match | 577 | element of @var{sequences}. The arity of @var{function} must match |
| 578 | the number of sequences. Mapping stops at the shrotest sequence, and | 578 | the number of sequences. Mapping stops at the shortest sequence, and |
| 579 | the returned value is a list. | 579 | the returned value is a list. |
| 580 | 580 | ||
| 581 | @example | 581 | @example |