>From 5d798e3def75ce2a12eaf348f0b02cfa27108572 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 --- 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