Mercurial > emacs
changeset 53592:26d79d579570
(Instrumenting Macro Calls): `declare' is not a special form.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 16 Jan 2004 00:51:12 +0000 |
parents | fe9a11a8e417 |
children | 39793eabee87 |
files | lispref/edebug.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/edebug.texi Fri Jan 16 00:43:54 2004 +0000 +++ b/lispref/edebug.texi Fri Jan 16 00:51:12 2004 +0000 @@ -1091,7 +1091,7 @@ often looks very similar to the formal argument list of the macro definition, but specifications are much more general than macro arguments. @xref{Defining Macros}, for more explanation of -the @code{declare} special form. +the @code{declare} form. You can also define an edebug specification for a macro separately from the macro definition with @code{def-edebug-spec}. Adding