* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
This fixes bug#47962. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
0873134682
commit
8efb8491b2
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue