mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
* doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515).
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
ada79442c0
commit
afe8849bac
@ -2242,8 +2242,8 @@ were non-@code{nil}, the loop returns @code{t}:
|
||||
|
||||
@example
|
||||
(if (cl-loop for size in size-list always (> size 10))
|
||||
(some-big-sizes)
|
||||
(no-big-sizes))
|
||||
(only-big-sizes)
|
||||
(some-small-sizes))
|
||||
@end example
|
||||
|
||||
@item never @var{condition}
|
||||
|
Loading…
x
Reference in New Issue
Block a user