Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce887515
Commit
ce887515
authored
Aug 02, 2011
by
Lars Magne Ingebrigtsen
Browse files
dolist doc fix.
(dolist): Mention that there's a nil block
parent
fb33fa43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+1
-0
No files found.
lisp/ChangeLog
View file @
ce887515
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.
...
...
lisp/emacs-lisp/cl-macs.el
View file @
ce887515
...
...
@@ -1233,6 +1233,7 @@ Valid clauses are:
"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--"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment