1
0
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:
Johan Claesson 2015-01-05 13:35:35 +01:00 committed by Noam Postavsky
parent ada79442c0
commit afe8849bac

View File

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