summaryrefslogtreecommitdiff
path: root/doc/misc/cl.texi
diff options
context:
space:
mode:
authorJorge P. de Morais Neto <jorge+git@disroot.org>2021-04-22 20:16:33 -0300
committerEli Zaretskii <eliz@gnu.org>2021-04-24 13:05:47 +0300
commit8efb8491b2d428e809c3d4263825250de21b2f97 (patch)
treef6dfff56e828811329d013aae0f7f08bdf1624da /doc/misc/cl.texi
parent0873134682f0ef1309a71cc2c16d774edfadfe9f (diff)
downloademacs-8efb8491b2d428e809c3d4263825250de21b2f97.tar.gz
* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
This fixes bug#47962. Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r--doc/misc/cl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index bcec3e4221a..ea009a4e8e6 100644
--- 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 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};