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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/debugging.texi
Date: Thu, 03 Mar 2005 11:28:35 -0500

Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.26 emacs/lispref/debugging.texi:1.27
*** emacs/lispref/debugging.texi:1.26   Tue Mar  1 08:41:52 2005
--- emacs/lispref/debugging.texi        Thu Mar  3 16:28:32 2005
***************
*** 388,398 ****
  @item j
  Flag the current frame like @kbd{b}.  Then continue execution like
  @kbd{c}, but temporarily disable break-on-entry for all functions that
! are set up to do so by @code{debug-on-entry}.  The temporarily disabled
! functions are set up to debug on entry again when the debugger is
! entered or when @code{debug-on-entry} is called;
! @code{cancel-debug-on-entry} also re-enables these functions before it
! disables any functions that its argument says it should disable.
  
  @item e
  Read a Lisp expression in the minibuffer, evaluate it, and print the
--- 388,394 ----
  @item j
  Flag the current frame like @kbd{b}.  Then continue execution like
  @kbd{c}, but temporarily disable break-on-entry for all functions that
! are set up to do so by @code{debug-on-entry}.
  
  @item e
  Read a Lisp expression in the minibuffer, evaluate it, and print the




reply via email to

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