emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/edebug.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/edebug.texi
Date: Tue, 15 Mar 2005 12:27:30 -0500

Index: emacs/lispref/edebug.texi
diff -c emacs/lispref/edebug.texi:1.26 emacs/lispref/edebug.texi:1.27
*** emacs/lispref/edebug.texi:1.26      Tue Mar  8 03:04:48 2005
--- emacs/lispref/edebug.texi   Tue Mar 15 17:27:28 2005
***************
*** 1074,1080 ****
  
    Therefore, you must define an Edebug specification for each macro
  that Edebug will encounter, to explain the format of calls to that
! macro.  To do this, add an @code{edebug} declaration to the macro
  definition.  Here is a simple example that shows the specification for
  the @code{for} example macro (@pxref{Argument Evaluation}).
  
--- 1074,1080 ----
  
    Therefore, you must define an Edebug specification for each macro
  that Edebug will encounter, to explain the format of calls to that
! macro.  To do this, add a @code{debug} declaration to the macro
  definition.  Here is a simple example that shows the specification for
  the @code{for} example macro (@pxref{Argument Evaluation}).
  
***************
*** 1095,1104 ****
  
    You can also define an edebug specification for a macro separately
  from the macro definition with @code{def-edebug-spec}.  Adding
! @code{edebug} declarations is preferred, and more convenient, for
! macro 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
  Specify which expressions of a call to macro @var{macro} are forms to be
--- 1095,1103 ----
  
    You can also define an edebug specification for a macro separately
  from the macro definition with @code{def-edebug-spec}.  Adding
! @code{debug} declarations is preferred, and more convenient, for macro
! 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
  Specify which expressions of a call to macro @var{macro} are forms to be




reply via email to

[Prev in Thread] Current Thread [Next in Thread]