Mercurial > emacs
diff lispref/debugging.texi @ 60351:3e3a55538f57
(Debugger Commands): Update `j'.
| author | Lute Kamstra <lute@gnu.org> |
|---|---|
| date | Thu, 03 Mar 2005 16:28:32 +0000 |
| parents | c185b3fd86dc |
| children | 335c04088898 |
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
