(Instrumenting Macro Calls): Fix another typo.
This commit is contained in:
parent
51d6d30054
commit
af5a6df7b1
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ the @code{for} example macro (@pxref{Argument Evaluation}).
|
|||
(defmacro for (var from init to final do &rest body)
|
||||
"Execute a simple \"for\" loop.
|
||||
For example, (for i from 1 to 10 do (print i))."
|
||||
(declare (debug symbolp "from" form "to" form "do" &rest form))
|
||||
(declare (debug (symbolp "from" form "to" form "do" &rest form)))
|
||||
...)
|
||||
@end example
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue