# HG changeset patch # User Lute Kamstra # Date 1109867312 0 # Node ID 3e3a55538f5743188e8f129f65c5e4576bf62dd8 # Parent ba6305a0c74a6fb8cfa0a7c2ed4424cfcae157fe (Debugger Commands): Update `j'. diff -r ba6305a0c74a -r 3e3a55538f57 lispref/debugging.texi --- a/lispref/debugging.texi Thu Mar 03 16:25:13 2005 +0000 +++ b/lispref/debugging.texi Thu Mar 03 16:28:32 2005 +0000 @@ -388,11 +388,7 @@ @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