dolist doc fix.
(dolist): Mention that there's a nil block
This commit is contained in:
parent
fb33fa43b4
commit
ce887515f2
2 changed files with 4 additions and 0 deletions
|
@ -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--")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue