Mercurial > emacs
changeset 60351:3e3a55538f57
(Debugger Commands): Update `j'.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 03 Mar 2005 16:28:32 +0000 |
parents | ba6305a0c74a |
children | 932e4b52aa39 |
files | lispref/debugging.texi |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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