summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffael Stocker <r.stocker@mnet-mail.de>2022-02-20 16:13:46 +0100
committerEli Zaretskii <eliz@gnu.org>2022-02-20 17:50:45 +0200
commit3a8c3f7abd083b95183d047ef07b2f73e4ff9edf (patch)
tree42e39e309e4d95be4715e4b8b42c4368c9d37fe7
parent57c112cfe59e68eb31185ac15cde699dcc72db45 (diff)
downloademacs-3a8c3f7abd083b95183d047ef07b2f73e4ff9edf.tar.gz
; 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)
-rw-r--r--lisp/emacs-lisp/edebug.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 273fa040d0d..32dc600a1ab 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.