summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-03-03 16:28:32 +0000
committerLute Kamstra <lute@gnu.org>2005-03-03 16:28:32 +0000
commitb418c756e58d5b255a48794d27749ab78048a0d3 (patch)
tree950c49b53ef703e6cdc2ed7348c53de01b962e11 /lispref/debugging.texi
parentb6b77a90686a7df0c4818ba9ac74957f95569faf (diff)
(Debugger Commands): Update `j'.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index 93f9b6b161..07dfe18f28 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