emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 785c0d8: * doc/lispref/sequences.texi (Sequence Fun


From: Artur Malabarba
Subject: [Emacs-diffs] master 785c0d8: * doc/lispref/sequences.texi (Sequence Functions): Fix typo
Date: Wed, 28 Oct 2015 17:06:42 +0000

branch: master
commit 785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * doc/lispref/sequences.texi (Sequence Functions): Fix typo
---
 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 730dac1..84a7c32 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]