* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo

This fixes bug#47962.

Copyright-paperwork-exempt: yes
This commit is contained in:
Jorge P. de Morais Neto 2021-04-22 20:16:33 -03:00 committed by Eli Zaretskii
parent 0873134682
commit 8efb8491b2

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