bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix


From: Tino Calancha
Subject: bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix
Date: Mon, 16 May 2016 00:40:54 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


Previous patch was over one untracked git file.
The correct patch is as follows:

---
 doc/misc/cl.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 4137a95..a98d0ac 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -3364,7 +3364,7 @@ Mapping over Sequences
 @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

--
2.8.1







reply via email to

[Prev in Thread] Current Thread [Next in Thread]