comparison lispref/edebug.texi @ 90128:13796b0653c7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 192-205) - Update from CVS - Use gdb-ui breakpoint faces on ttys too - Tweak gdb-ui breakpoint faces - Tweak info/.arch-inventory to identify info/.cvsignore as source - Clean up gdb-ui breakpoint faces
author Miles Bader <miles@gnu.org>
date Thu, 24 Mar 2005 18:41:26 +0000
parents 30ad2795fdab e6c6bee5ad7f
children 08185296b491
comparison
equal deleted inserted replaced
90127:30ad2795fdab 90128:13796b0653c7
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}