projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0873134
)
* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
author
Jorge P. de Morais Neto
<jorge+git@disroot.org>
Thu, 22 Apr 2021 23:16:33 +0000
(20:16 -0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Apr 2021 10:05:47 +0000
(13:05 +0300)
This fixes bug#47962.
Copyright-paperwork-exempt: yes
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index bcec3e4221a131f856f6e6e4ef8f4a079ae90885..ea009a4e8e6f3917f9f91c318aa387501167a846 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-2246,7
+2246,7
@@
were non-@code{nil}, the loop returns @code{t}:
@item never @var{condition}
This clause is like @code{always}, except that the loop returns
-@code{t} if a
ny
conditions were false, or @code{nil} otherwise.
+@code{t} if a
ll
conditions were false, or @code{nil} otherwise.
@item thereis @var{condition}
This clause stops the loop when the specified form is non-@code{nil};