From 785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 28 Oct 2015 17:06:27 +0000 Subject: [PATCH] * doc/lispref/sequences.texi (Sequence Functions): Fix typo --- doc/lispref/sequences.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5