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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] The debugger displays
@samp{Debugger entered--beginning evaluation of function call form:}
as the top line in the buffer.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs