]> git.eshelyaron.com Git - emacs.git/commitdiff
; Don't reference obsolete variables in edebug.el
authorRaffael Stocker <r.stocker@mnet-mail.de>
Sun, 20 Feb 2022 15:13:46 +0000 (16:13 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 Feb 2022 15:50:45 +0000 (17:50 +0200)
* 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

index 273fa040d0d1294b5cd3ca5dadb4c0e47bedfc77..32dc600a1abcad8754c0004326e2098a0d4f1875 100644 (file)
@@ -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.