mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
* 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
|
|
@ -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…
Reference in a new issue