aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2015-10-28 17:06:27 +0000
committerArtur Malabarba2015-10-28 17:06:27 +0000
commit785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3 (patch)
treeefab616886e6b518704aaea02f0da54226c7f727
parent45cdacb09890121bdcf07279b2fe5bc6a52fa22c (diff)
downloademacs-785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3.tar.gz
emacs-785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3.zip
* doc/lispref/sequences.texi (Sequence Functions): Fix typo
-rw-r--r--doc/lispref/sequences.texi2
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
577element of @var{sequences}. The arity of @var{function} must match 577element of @var{sequences}. The arity of @var{function} must match
578the number of sequences. Mapping stops at the shrotest sequence, and 578the number of sequences. Mapping stops at the shortest sequence, and
579the returned value is a list. 579the returned value is a list.
580 580
581@example 581@example