# HG changeset patch # User John Paul Wallington # Date 1090607107 0 # Node ID 8dd49b2f3a405c9e0fbe2bfe04af87c6f721a0e3 # Parent 194947973182f02b250c2f8d98db63e71caa9f76 (Defining Macros): Declaration keyword is `debug' not `edebug'. diff -r 194947973182 -r 8dd49b2f3a40 lispref/macros.texi --- a/lispref/macros.texi Fri Jul 23 12:27:18 2004 +0000 +++ b/lispref/macros.texi Fri Jul 23 18:25:07 2004 +0000 @@ -239,7 +239,7 @@ currently supported: @table @code -@item (edebug @var{edebug-form-spec}) +@item (debug @var{edebug-form-spec}) Specify how to step through macro calls for Edebug. @xref{Instrumenting Macro Calls}, for more details.