From bc135062b596bd876a72f9016fa6274ecd28b275 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Fri, 23 Jul 2004 18:25:57 +0000 Subject: [PATCH] (Defining Macros): Declaration keyword is `debug' not `edebug'. --- lispref/ChangeLog | 5 +++++ lispref/macros.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.2