emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/debugging.texi
Date: Sat, 18 Jun 2005 09:43:22 -0400

Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.34 emacs/lispref/debugging.texi:1.35
*** emacs/lispref/debugging.texi:1.34   Fri Jun 17 13:42:18 2005
--- emacs/lispref/debugging.texi        Sat Jun 18 13:43:22 2005
***************
*** 471,485 ****
  buffer.
  
  @item debug
! @code{debug} as first argument indicates a call to @code{debug}
! because of entry to a function that was set to debug on entry.  The
! debugger displays @samp{Debugger entered--entering a function:}, just
! as in the @code{lambda} case.  It also marks the stack frame for that
! function so that it will invoke the debugger when exited.
  
  @item t
  When the first argument is @code{t}, this indicates a call to
! @code{debug} due to evaluation of a list form when
  @code{debug-on-next-call} is address@hidden  The debugger displays
  @samp{Debugger entered--beginning evaluation of function call form:}
  as the top line in the buffer.
--- 471,485 ----
  buffer.
  
  @item debug
! @code{debug} as first argument means @code{debug} was called because
! of entry to a function that was set to debug on entry.  The debugger
! displays the string @samp{Debugger entered--entering a function:},
! just as in the @code{lambda} case.  It also marks the stack frame for
! that function so that it will invoke the debugger when exited.
  
  @item t
  When the first argument is @code{t}, this indicates a call to
! @code{debug} due to evaluation of a function call form when
  @code{debug-on-next-call} is address@hidden  The debugger displays
  @samp{Debugger entered--beginning evaluation of function call form:}
  as the top line in the buffer.




reply via email to

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