diff options
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 774ac594e0d..a9d0c1c4ed0 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -425,7 +425,8 @@ Flag the current frame like @kbd{b}. Then continue execution like | |||
| 425 | are set up to do so by @code{debug-on-entry}. | 425 | are set up to do so by @code{debug-on-entry}. |
| 426 | 426 | ||
| 427 | @item e | 427 | @item e |
| 428 | Read a Lisp expression in the minibuffer, evaluate it, and print the | 428 | Read a Lisp expression in the minibuffer, evaluate it (with the |
| 429 | relevant lexical environment, if applicable), and print the | ||
| 429 | value in the echo area. The debugger alters certain important | 430 | value in the echo area. The debugger alters certain important |
| 430 | variables, and the current buffer, as part of its operation; @kbd{e} | 431 | variables, and the current buffer, as part of its operation; @kbd{e} |
| 431 | temporarily restores their values from outside the debugger, so you can | 432 | temporarily restores their values from outside the debugger, so you can |
| @@ -465,8 +466,7 @@ function and thus cancel the effect of @code{debug-on-entry}, it may | |||
| 465 | erroneously show up in this list. | 466 | erroneously show up in this list. |
| 466 | 467 | ||
| 467 | @item v | 468 | @item v |
| 468 | Display local variables (@pxref{Local Variables}) of the current stack | 469 | Toggle the display of local variables of the current stack frame. |
| 469 | frame. Press @kbd{e} again to hide them. | ||
| 470 | @end table | 470 | @end table |
| 471 | 471 | ||
| 472 | @node Invoking the Debugger | 472 | @node Invoking the Debugger |