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};