From 8efb8491b2d428e809c3d4263825250de21b2f97 Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Thu, 22 Apr 2021 20:16:33 -0300 Subject: [PATCH] * doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo This fixes bug#47962. Copyright-paperwork-exempt: yes --- 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 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}; -- 2.39.5