]> git.eshelyaron.com Git - emacs.git/commitdiff
(Debugger Commands): Update `j'.
authorLute Kamstra <lute@gnu.org>
Thu, 3 Mar 2005 16:28:32 +0000 (16:28 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 3 Mar 2005 16:28:32 +0000 (16:28 +0000)
lispref/debugging.texi

index 93f9b6b161b0916ef839bf45c628907d0dcfd94e..07dfe18f283835a807bc6c88763393ed1f4cc7c6 100644 (file)
@@ -388,11 +388,7 @@ remove the star from the line in the backtrace buffer.
 @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.
+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