Mercurial > emacs
changeset 56510:8dd49b2f3a40
(Defining Macros): Declaration keyword is `debug' not `edebug'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Fri, 23 Jul 2004 18:25:07 +0000 |
parents | 194947973182 |
children | 74997dbec4d2 |
files | lispref/macros.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.