emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b613f25: Minor Edebug manual keystroke clarifications


From: Lars Ingebrigtsen
Subject: master b613f25: Minor Edebug manual keystroke clarifications
Date: Mon, 16 Nov 2020 18:18:20 -0500 (EST)

branch: master
commit b613f25f97abf756101eaa2af90689a19c0b3350
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Minor Edebug manual keystroke clarifications
    
    * doc/lispref/edebug.texi (Edebug Misc): Also mention the `a'
    binding to abort (bug#44697).  Also fix `d' function reference, and
    add `P' reference.
---
 doc/lispref/edebug.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 6e9ec47..820fdb9 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]