From: John Paul Wallington Date: Fri, 23 Jul 2004 18:25:57 +0000 (+0000) Subject: (Defining Macros): Declaration keyword is `debug' not `edebug'. X-Git-Tag: ttn-vms-21-2-B4~5415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc135062b596bd876a72f9016fa6274ecd28b275;p=emacs.git (Defining Macros): Declaration keyword is `debug' not `edebug'. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 14b0fcb4606..f21788d526d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-07-23 John Paul Wallington + + * macros.texi (Defining Macros): Declaration keyword for setting + Edebug spec is `debug' not `edebug'. + 2004-07-19 Luc Teirlinck * windows.texi: Various small changes in addition to: diff --git a/lispref/macros.texi b/lispref/macros.texi index e903a159c27..e28ab80ac6b 100644 --- a/lispref/macros.texi +++ b/lispref/macros.texi @@ -239,7 +239,7 @@ additional information about it. Two kinds of specification are 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.