comparison lispref/edebug.texi @ 60772:e6c6bee5ad7f

(Instrumenting Macro Calls): Fix another typo.
author Lute Kamstra <lute@gnu.org>
date Mon, 21 Mar 2005 16:45:24 +0000
parents f028c143bfe6
children ba42da51be40 13796b0653c7
comparison
equal deleted inserted replaced
60771:73fa78a24d96 60772:e6c6bee5ad7f
1080 1080
1081 @example 1081 @example
1082 (defmacro for (var from init to final do &rest body) 1082 (defmacro for (var from init to final do &rest body)
1083 "Execute a simple \"for\" loop. 1083 "Execute a simple \"for\" loop.
1084 For example, (for i from 1 to 10 do (print i))." 1084 For example, (for i from 1 to 10 do (print i))."
1085 (declare (debug symbolp "from" form "to" form "do" &rest form)) 1085 (declare (debug (symbolp "from" form "to" form "do" &rest form)))
1086 ...) 1086 ...)
1087 @end example 1087 @end example
1088 1088
1089 The Edebug specification says which parts of a call to the macro are 1089 The Edebug specification says which parts of a call to the macro are
1090 forms to be evaluated. For simple macros, the @var{specification} 1090 forms to be evaluated. For simple macros, the @var{specification}