diff options
| author | Eli Zaretskii | 2025-08-30 12:35:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-30 12:35:18 +0300 |
| commit | 98cd122776e0adddfdc5cd5f23df43c56df35647 (patch) | |
| tree | ab6abf4d609df657f74b7646858650aa590318b0 | |
| parent | fdc6bb2caf959ceafd1c516f4f7a0687eb292ea4 (diff) | |
| download | emacs-98cd122776e0adddfdc5cd5f23df43c56df35647.tar.gz emacs-98cd122776e0adddfdc5cd5f23df43c56df35647.zip | |
; * doc/lispref/edebug.texi (Edebug Views): Fix wording of last change.
| -rw-r--r-- | doc/lispref/edebug.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 97909e2bb55..2f5e4d27c46 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -691,13 +691,10 @@ before returning to Edebug. With a prefix argument @var{n}, pause for | |||
| 691 | @findex edebug-bounce-to-previous-value | 691 | @findex edebug-bounce-to-previous-value |
| 692 | @item P | 692 | @item P |
| 693 | Temporarily display the outside current buffer with the outside point | 693 | Temporarily display the outside current buffer with the outside point |
| 694 | corresponding to the previous value | 694 | corresponding to the previously-evaluated value |
| 695 | (@code{edebug-bounce-to-previous-value}). The previous value is what | 695 | (@code{edebug-bounce-to-previous-value}), pausing for one second |
| 696 | Edebug has evaluated before its last stop point or what you have | 696 | before returning to Edebug. With a prefix argument @var{n}, pause for |
| 697 | evaluated in the context outside of Edebug, for example, with | 697 | @var{n} seconds instead. |
| 698 | @kbd{C-x C-e}. This command pauses for one second before returning to | ||
| 699 | Edebug. With a prefix argument @var{n}, it pauses for @var{n} seconds | ||
| 700 | instead. | ||
| 701 | 698 | ||
| 702 | @findex edebug-where | 699 | @findex edebug-where |
| 703 | @item w | 700 | @item w |
| @@ -735,7 +732,10 @@ and you would like to know where @code{beg} and @code{end} are located | |||
| 735 | in the outside buffer. Then you could either evaluate these, for | 732 | in the outside buffer. Then you could either evaluate these, for |
| 736 | example, with @kbd{C-x C-e}, or step over them with @kbd{n}, and | 733 | example, with @kbd{C-x C-e}, or step over them with @kbd{n}, and |
| 737 | immediately after that press @kbd{P}, to bounce to the position you have | 734 | immediately after that press @kbd{P}, to bounce to the position you have |
| 738 | previously evaluated. | 735 | previously evaluated. The previous value for the purpose of the @kbd{P} |
| 736 | command is what Edebug has evaluated before its last stop point or what | ||
| 737 | you have evaluated in the context outside of Edebug, for example, with | ||
| 738 | @kbd{C-x C-e}. | ||
| 739 | 739 | ||
| 740 | After moving point, you may wish to jump back to the stop point. | 740 | After moving point, you may wish to jump back to the stop point. |
| 741 | You can do that with @kbd{w} from a source code buffer. You can jump | 741 | You can do that with @kbd{w} from a source code buffer. You can jump |