From: Artur Malabarba Date: Wed, 28 Oct 2015 17:06:27 +0000 (+0000) Subject: * doc/lispref/sequences.texi (Sequence Functions): Fix typo X-Git-Tag: emacs-25.0.90~994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3;p=emacs.git * doc/lispref/sequences.texi (Sequence Functions): Fix typo --- 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. @defun seq-mapn function &rest sequences This function returns the result of applying @var{function} to each element of @var{sequences}. The arity of @var{function} must match -the number of sequences. Mapping stops at the shrotest sequence, and +the number of sequences. Mapping stops at the shortest sequence, and the returned value is a list. @example