]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
authorJorge P. de Morais Neto <jorge+git@disroot.org>
Thu, 22 Apr 2021 23:16:33 +0000 (20:16 -0300)
committerEli 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

index bcec3e4221a131f856f6e6e4ef8f4a079ae90885..ea009a4e8e6f3917f9f91c318aa387501167a846 100644 (file)
@@ -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 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};