diff options
| author | Lute Kamstra | 2005-03-03 16:28:32 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-03-03 16:28:32 +0000 |
| commit | b418c756e58d5b255a48794d27749ab78048a0d3 (patch) | |
| tree | 950c49b53ef703e6cdc2ed7348c53de01b962e11 | |
| parent | b6b77a90686a7df0c4818ba9ac74957f95569faf (diff) | |
| download | emacs-b418c756e58d5b255a48794d27749ab78048a0d3.tar.gz emacs-b418c756e58d5b255a48794d27749ab78048a0d3.zip | |
(Debugger Commands): Update `j'.
| -rw-r--r-- | lispref/debugging.texi | 6 |
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 |
| 389 | Flag the current frame like @kbd{b}. Then continue execution like | 389 | Flag 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 |
| 391 | are set up to do so by @code{debug-on-entry}. The temporarily disabled | 391 | are set up to do so by @code{debug-on-entry}. |
| 392 | functions are set up to debug on entry again when the debugger is | ||
| 393 | entered or when @code{debug-on-entry} is called; | ||
| 394 | @code{cancel-debug-on-entry} also re-enables these functions before it | ||
| 395 | disables any functions that its argument says it should disable. | ||
| 396 | 392 | ||
| 397 | @item e | 393 | @item e |
| 398 | Read a Lisp expression in the minibuffer, evaluate it, and print the | 394 | Read a Lisp expression in the minibuffer, evaluate it, and print the |