diff 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
line wrap: on
line diff
--- a/lispref/edebug.texi	Sat Mar 19 02:42:17 2005 +0000
+++ b/lispref/edebug.texi	Thu Mar 24 18:41:26 2005 +0000
@@ -1082,7 +1082,7 @@
 (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