aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorLute Kamstra2005-03-03 16:28:32 +0000
committerLute Kamstra2005-03-03 16:28:32 +0000
commitb418c756e58d5b255a48794d27749ab78048a0d3 (patch)
tree950c49b53ef703e6cdc2ed7348c53de01b962e11 /lispref/debugging.texi
parentb6b77a90686a7df0c4818ba9ac74957f95569faf (diff)
downloademacs-b418c756e58d5b255a48794d27749ab78048a0d3.tar.gz
emacs-b418c756e58d5b255a48794d27749ab78048a0d3.zip
(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 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.
388@item j 388@item j
389Flag the current frame like @kbd{b}. Then continue execution like 389Flag the current frame like @kbd{b}. Then continue execution like
390@kbd{c}, but temporarily disable break-on-entry for all functions that 390@kbd{c}, but temporarily disable break-on-entry for all functions that
391are set up to do so by @code{debug-on-entry}. The temporarily disabled 391are set up to do so by @code{debug-on-entry}.
392functions are set up to debug on entry again when the debugger is
393entered or when @code{debug-on-entry} is called;
394@code{cancel-debug-on-entry} also re-enables these functions before it
395disables any functions that its argument says it should disable.
396 392
397@item e 393@item e
398Read a Lisp expression in the minibuffer, evaluate it, and print the 394Read a Lisp expression in the minibuffer, evaluate it, and print the