diff options
author | Tino Calancha <f92capac@gmail.com> | 2016-06-07 13:46:33 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-06-07 13:46:33 -0400 |
commit | 601b9b2acdd417b43756c4e975a99fca5bb34231 (patch) | |
tree | c2a72bf47f185a57e08640bf7e9e2d428e70073f /doc | |
parent | 6e3adf8a4a796cea4328a528da48fc972b3feed6 (diff) |
* doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/cl.texi | 2 |
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 |