bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19515: 24.4; Doc for cl-loop always clause


From: npostavs
Subject: bug#19515: 24.4; Doc for cl-loop always clause
Date: Sun, 26 Mar 2017 09:27:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

tags 19515 fixed
close 19515 25.2
quit

Johan Claesson <johanclaesson@bredband.net> writes:

>
> I think the names of the subroutines some-big-sizes and no-big-sizes are
> misleading.  It should be something like:
>
> (if (cl-loop for size in size-list always (> size 10))
>     (only-big-sizes)
>   (some-small-sizes))

Yup, pushed to emacs-25 [1: afe8849bac].

1: 2017-03-26 09:14:15 -0400 afe8849bac1ec228680bcb590da6313800067d34
  * doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]