(dolist): Mention that there's a nil block
2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
+ (bug#4433).
+
* ido.el (ido-mode): Switch off the message if called
non-interactively.
"Loop over a list.
Evaluate BODY with VAR bound to each `car' from LIST, in turn.
Then evaluate RESULT to get return value, default nil.
+An implicit nil block is established around the loop.
\(fn (VAR LIST [RESULT]) BODY...)"
(let ((temp (make-symbol "--cl-dolist-temp--")))