* doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
This commit is contained in:
parent
6e3adf8a4a
commit
601b9b2acd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue