aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTom Levy2019-05-21 14:25:31 +1200
committerEli Zaretskii2019-05-22 13:13:04 +0300
commitb0da9151d880f7ae60367a4b3d3ef91209bbd06f (patch)
tree5dfba240b0702ef2f1e4b329487a7143349ced39 /doc
parent400907b3c1d94359dda38ad5f416829567d6e478 (diff)
downloademacs-b0da9151d880f7ae60367a4b3d3ef91209bbd06f.tar.gz
emacs-b0da9151d880f7ae60367a4b3d3ef91209bbd06f.zip
Fix a typo in ELisp manual
* doc/lispref/sequences.texi (Sequence Functions): Fix a typo. (Bug#35817) Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc')
-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 5cf2e89644d..bf2c9c8a7d6 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -601,7 +601,7 @@ returned value is a list.
601@defun seq-mapn function &rest sequences 601@defun seq-mapn function &rest sequences
602 This function returns the result of applying @var{function} to each 602 This function returns the result of applying @var{function} to each
603element of @var{sequences}. The arity (@pxref{What Is a Function, 603element of @var{sequences}. The arity (@pxref{What Is a Function,
604sub-arity}) of @var{function} must match the number of sequences. 604subr-arity}) of @var{function} must match the number of sequences.
605Mapping stops at the end of the shortest sequence, and the returned 605Mapping stops at the end of the shortest sequence, and the returned
606value is a list. 606value is a list.
607 607