]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 10 Aug 2013 05:03:11 +0000 (13:03 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 10 Aug 2013 05:03:11 +0000 (13:03 +0800)
doc/lispref/ChangeLog
doc/lispref/edebug.texi

index 5d140f72dbfa10d3a91506c87c0cf8f316ed2a3b..9d90a98a1ae423ae89398f5d6059919ddf093cd2 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
+
 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
 
        * control.texi (Error Symbols): Minor fix for previous change.
index 8e394b5d92d125d71dc93194b5ad65ba3b796cbf..8384c31a380c92289ed2a4d038d72ac92e8462ce 100644 (file)
@@ -1132,14 +1132,14 @@ from the macro definition with @code{def-edebug-spec}.  Adding
 definitions in Lisp, but @code{def-edebug-spec} makes it possible to
 define Edebug specifications for special forms implemented in C.
 
-@deffn Macro def-edebug-spec macro specification
+@defmac def-edebug-spec macro specification
 Specify which expressions of a call to macro @var{macro} are forms to be
 evaluated.  @var{specification} should be the edebug specification.
 Neither argument is evaluated.
 
 The @var{macro} argument can actually be any symbol, not just a macro
 name.
-@end deffn
+@end defmac
 
 Here is a table of the possibilities for @var{specification} and how each
 directs processing of arguments.