]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
authorTino Calancha <f92capac@gmail.com>
Tue, 7 Jun 2016 17:46:33 +0000 (13:46 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 7 Jun 2016 17:46:33 +0000 (13:46 -0400)
doc/misc/cl.texi

index 4137a95b3b2b1d280bdddd57533a5d5c75d41dfa..a98d0ac455bd43bf0f5589127ee0c3c44a857b28 100644 (file)
@@ -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