all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix
@ 2016-05-10 16:01 Tino Calancha
       [not found] ` <handler.23506.B.14628959305234.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Tino Calancha @ 2016-05-10 16:01 UTC (permalink / raw)
  To: 23506

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]


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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix
       [not found] ` <handler.23506.B.14628959305234.ack@debbugs.gnu.org>
@ 2016-05-15 15:40   ` Tino Calancha
  2016-06-07 17:51     ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Tino Calancha @ 2016-05-15 15:40 UTC (permalink / raw)
  To: 23506; +Cc: Tino Calancha


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







^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix
  2016-05-15 15:40   ` Tino Calancha
@ 2016-06-07 17:51     ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2016-06-07 17:51 UTC (permalink / raw)
  To: 23506-done

Version: 25.1

Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-07 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10 16:01 bug#23506: 25.0.93; cl.info (cl-notevery) documentation fix Tino Calancha
     [not found] ` <handler.23506.B.14628959305234.ack@debbugs.gnu.org>
2016-05-15 15:40   ` Tino Calancha
2016-06-07 17:51     ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.