]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/sequences.texi (Sequence Functions): Fix typo
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 28 Oct 2015 17:06:27 +0000 (17:06 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 28 Oct 2015 17:06:27 +0000 (17:06 +0000)
doc/lispref/sequences.texi

index 730dac10452098dc859698f201a948ac0151e416..84a7c325424967ab0b20167db835225708ad78dd 100644 (file)
@@ -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