]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor Edebug manual keystroke clarifications
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Nov 2020 23:18:11 +0000 (00:18 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Nov 2020 08:27:04 +0000 (10:27 +0200)
* doc/lispref/edebug.texi (Edebug Misc): Also mention the `a'
binding to abort (bug#44697).  Also fix `d' function reference, and
add `P' reference.

(cherry picked from commit b613f25f97abf756101eaa2af90689a19c0b3350)

doc/lispref/edebug.texi

index b5b5ea0a64550065250c66112d9438ee56fcd8f0..4dcdc0cbf0a88f84a37c0e820783c47143c8f167 100644 (file)
@@ -425,7 +425,8 @@ arrange to deinstrument it.
 @item ?
 Display the help message for Edebug (@code{edebug-help}).
 
-@item C-]
+@item a
+@itemx C-]
 Abort one level back to the previous command level
 (@code{abort-recursive-edit}).
 
@@ -446,7 +447,7 @@ Redisplay the most recently known expression result in the echo area
 
 @item d
 Display a backtrace, excluding Edebug's own functions for clarity
-(@code{edebug-backtrace}).
+(@code{edebug-pop-to-backtrace}).
 
 @xref{Backtraces}, for a description of backtraces
 and the commands which work on them.
@@ -640,7 +641,8 @@ configuration is the collection of windows and contents that were in
 effect outside of Edebug.
 
 @table @kbd
-@item v
+@item P
+@itemx v
 Switch to viewing the outside window configuration
 (@code{edebug-view-outside}).  Type @kbd{C-x X w} to return to Edebug.