From afe8849bac1ec228680bcb590da6313800067d34 Mon Sep 17 00:00:00 2001 From: Johan Claesson Date: Mon, 5 Jan 2015 13:35:35 +0100 Subject: [PATCH] * doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515). Copyright-paperwork-exempt: yes --- doc/misc/cl.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index c30381a475c..b672678dc8c 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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} -- 2.39.5