emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 3a8c3f7abd: ; Don't reference obsolete variables in edebug.el


From: Eli Zaretskii
Subject: emacs-28 3a8c3f7abd: ; Don't reference obsolete variables in edebug.el
Date: Sun, 20 Feb 2022 10:53:21 -0500 (EST)

branch: emacs-28
commit 3a8c3f7abd083b95183d047ef07b2f73e4ff9edf
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Don't reference obsolete variables in edebug.el
    
    * lisp/emacs-lisp/edebug.el (edebug-mode, edebug-eval-mode):
    Don't reference obsolete variables in the doc strings.
    (Bug#54070)
---
 lisp/emacs-lisp/edebug.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 273fa040d0..32dc600a1a 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3902,8 +3902,8 @@ Also see bindings for the eval list buffer *edebug* in 
`edebug-eval-mode'.
 The edebug buffer commands:
 \\{edebug-mode-map}
 
-Global commands prefixed by `global-edebug-prefix':
-\\{global-edebug-map}
+Global commands prefixed by `edebug-global-prefix':
+\\{edebug-global-map}
 
 Options:
 `edebug-setup-hook'
@@ -4070,8 +4070,8 @@ buffer and \\<global-map>\\[edebug-step-mode] in any 
buffer.
 Eval list buffer commands:
 \\{edebug-eval-mode-map}
 
-Global commands prefixed by `global-edebug-prefix':
-\\{global-edebug-map}")
+Global commands prefixed by `edebug-global-prefix':
+\\{edebug-global-map}")
 
 ;;; Interface with standard debugger.
 



reply via email to

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