projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3adf8
)
* doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
author
Tino Calancha
<f92capac@gmail.com>
Tue, 7 Jun 2016 17:46:33 +0000
(13:46 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 7 Jun 2016 17:46:33 +0000
(13:46 -0400)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index 4137a95b3b2b1d280bdddd57533a5d5c75d41dfa..a98d0ac455bd43bf0f5589127ee0c3c44a857b28 100644
(file)
--- 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