unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47962: * doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
@ 2021-04-22 23:29 Jorge P. de Morais Neto via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-04-24 10:06 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Jorge P. de Morais Neto via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-04-22 23:29 UTC (permalink / raw)
  To: 47962

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

Tags: patch

Hi.  This is only the second time I have submitted a patch using ‘git
format-patch’.  Feel free to correct any imperfections in the patch
submitting process or the patch itself.

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux bullseye/sid

Configured using:
 'configure
 CONFIG_SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash
 SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash
 --prefix=/gnu/store/9ki7c1gvmfxac5l4hx2fvca9mqwrrwn4-emacs-next-git.master
 --enable-fast-install --with-modules --with-cairo
 --disable-build-details'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-misc-cl.texi-Iteration-Clauses-fix-never-clause-.patch --]
[-- Type: text/patch, Size: 838 bytes --]

From 5d798e3def75ce2a12eaf348f0b02cfa27108572 Mon Sep 17 00:00:00 2001
From: "Jorge P. de Morais Neto" <jorge+git@disroot.org>
Date: Thu, 22 Apr 2021 20:16:33 -0300
Subject: [PATCH] * doc/misc/cl.texi (Iteration Clauses): fix `never' clause
 typo

---
 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 7464ba2eb1..b7fd435f65 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -2238,7 +2238,7 @@ Iteration Clauses
 
 @item never @var{condition}
 This clause is like @code{always}, except that the loop returns
-@code{t} if any conditions were false, or @code{nil} otherwise.
+@code{t} if all conditions were false, or @code{nil} otherwise.
 
 @item thereis @var{condition}
 This clause stops the loop when the specified form is non-@code{nil};
-- 
2.31.1


[-- Attachment #3: Type: text/plain, Size: 379 bytes --]


Regards

-- 
- <https://stallmansupport.org> "In Support of Richard Stallman"
- If an email of mine arrives at your spam box, please notify me.
- Please adopt free/libre formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z.
- Free/libre software for Replicant, LineageOS and Android: https://f-droid.org
- [[https://www.gnu.org/philosophy/free-sw.html][What is free software?]]

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

* bug#47962: * doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
  2021-04-22 23:29 bug#47962: * doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo Jorge P. de Morais Neto via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-04-24 10:06 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-04-24 10:06 UTC (permalink / raw)
  To: Jorge P. de Morais Neto; +Cc: 47962-done

> Date: Thu, 22 Apr 2021 20:29:33 -0300
> From:  "Jorge P. de Morais Neto" via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Hi.  This is only the second time I have submitted a patch using ‘git
> format-patch’.  Feel free to correct any imperfections in the patch
> submitting process or the patch itself.

Thanks, installed on the emacs-27 branch.





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

end of thread, other threads:[~2021-04-24 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 23:29 bug#47962: * doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo Jorge P. de Morais Neto via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-24 10:06 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).