aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-08-30 12:35:18 +0300
committerEli Zaretskii2025-08-30 12:35:18 +0300
commit98cd122776e0adddfdc5cd5f23df43c56df35647 (patch)
treeab6abf4d609df657f74b7646858650aa590318b0
parentfdc6bb2caf959ceafd1c516f4f7a0687eb292ea4 (diff)
downloademacs-98cd122776e0adddfdc5cd5f23df43c56df35647.tar.gz
emacs-98cd122776e0adddfdc5cd5f23df43c56df35647.zip
; * doc/lispref/edebug.texi (Edebug Views): Fix wording of last change.
-rw-r--r--doc/lispref/edebug.texi16
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
693Temporarily display the outside current buffer with the outside point 693Temporarily display the outside current buffer with the outside point
694corresponding to the previous value 694corresponding 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
696Edebug has evaluated before its last stop point or what you have 696before returning to Edebug. With a prefix argument @var{n}, pause for
697evaluated 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
699Edebug. With a prefix argument @var{n}, it pauses for @var{n} seconds
700instead.
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
735in the outside buffer. Then you could either evaluate these, for 732in the outside buffer. Then you could either evaluate these, for
736example, with @kbd{C-x C-e}, or step over them with @kbd{n}, and 733example, with @kbd{C-x C-e}, or step over them with @kbd{n}, and
737immediately after that press @kbd{P}, to bounce to the position you have 734immediately after that press @kbd{P}, to bounce to the position you have
738previously evaluated. 735previously evaluated. The previous value for the purpose of the @kbd{P}
736command is what Edebug has evaluated before its last stop point or what
737you 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.
741You can do that with @kbd{w} from a source code buffer. You can jump 741You can do that with @kbd{w} from a source code buffer. You can jump