summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTino Calancha <f92capac@gmail.com>2016-06-07 13:46:33 -0400
committerGlenn Morris <rgm@gnu.org>2016-06-07 13:46:33 -0400
commit601b9b2acdd417b43756c4e975a99fca5bb34231 (patch)
treec2a72bf47f185a57e08640bf7e9e2d428e70073f /doc
parent6e3adf8a4a796cea4328a528da48fc972b3feed6 (diff)
* doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/cl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 4137a95b3b..a98d0ac455 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -3364,7 +3364,7 @@ was @code{nil} for all elements.
@defun cl-notevery predicate seq &rest more-seqs
This function calls @var{predicate} on each element of the sequence(s)
in turn; it returns a non-@code{nil} value as soon as @var{predicate}
-returns @code{nil} for any element, or @code{t} if the predicate was
+returns @code{nil} for any element, or @code{nil} if the predicate was
true for all elements.
@end defun