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: Johan Claesson
Subject: bug#19515: 24.4; Doc for cl-loop always clause
Date: Mon, 05 Jan 2015 13:35:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)


Hi,

The info doc for the cl-loop clause "always CONDITION" have the
following example: 

(if (cl-loop for size in size-list always (> size 10))
    (some-big-sizes)
  (no-big-sizes))

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))

The example starts on line 2227 in cl.texi.

Regards,

/Johan




In GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, X toolkit)
 of 2014-10-26 on goblin
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:     Ubuntu 14.04.1 LTS






reply via email to

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