GNU bug report logs -
#23506
25.0.93; cl.info (cl-notevery) documentation fix
Previous Next
Reported by: Tino Calancha <f92capac <at> gmail.com>
Date: Tue, 10 May 2016 15:59:02 UTC
Severity: minor
Tags: patch
Found in version 25.0.93
Fixed in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23506 in the body.
You can then email your comments to 23506 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23506
; Package
emacs
.
(Tue, 10 May 2016 15:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tino Calancha <f92capac <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 10 May 2016 15:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
cl-notevery returns nil when the predicate was true for all elements.
In GNU Emacs 25.0.93.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.30)
of 2016-05-09 built on calancha-pc
Repository revision: d0d9f55b632717fccb605e0a204ebdd5ffe8608f
From d4028a4c0bab5fa791017605921ad35651ab9321 Mon Sep 17 00:00:00 2001
From: Tino Calancha <f92capac <at> gmail.com>
Date: Wed, 11 May 2016 00:46:10 +0900
Subject: [PATCH] ; * info/cl.info (cl-notevery): Fix documentation
---
cl.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info/cl.info b/info/cl.info
index 2e018d1..5d1fb49 100644
--- a/info/cl.info
+++ b/info/cl.info
@@ -2922,7 +2922,7 @@ function ‘mapcar’.
-- Function: cl-notevery predicate seq &rest more-seqs
This function calls PREDICATE on each element of the sequence(s) in
turn; it returns a non-‘nil’ value as soon as PREDICATE returns
- ‘nil’ for any element, or ‘t’ if the predicate was true for all
+ ‘nil’ for any element, or ‘nil’ if the predicate was true for all
elements.
-- Function: cl-reduce function seq &key :from-end :start :end
--
2.8.1
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23506
; Package
emacs
.
(Sun, 15 May 2016 15:38:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 23506 <at> debbugs.gnu.org (full text, mbox):
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 sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Tue, 07 Jun 2016 17:52:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tino Calancha <f92capac <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 07 Jun 2016 17:52:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 23506-done <at> debbugs.gnu.org (full text, mbox):
Version: 25.1
Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 06 Jul 2016 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.