From: Lute Kamstra Date: Thu, 3 Mar 2005 16:28:32 +0000 (+0000) Subject: (Debugger Commands): Update `j'. X-Git-Tag: ttn-vms-21-2-B4~2032 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b418c756e58d5b255a48794d27749ab78048a0d3;p=emacs.git (Debugger Commands): Update `j'. --- diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 93f9b6b161b..07dfe18f283 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -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