diff options
author | Raffael Stocker <r.stocker@mnet-mail.de> | 2022-02-20 16:13:46 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-02-20 17:50:45 +0200 |
commit | 3a8c3f7abd083b95183d047ef07b2f73e4ff9edf (patch) | |
tree | 42e39e309e4d95be4715e4b8b42c4368c9d37fe7 /lisp/emacs-lisp/edebug.el | |
parent | 57c112cfe59e68eb31185ac15cde699dcc72db45 (diff) | |
download | emacs-3a8c3f7abd083b95183d047ef07b2f73e4ff9edf.tar.gz emacs-3a8c3f7abd083b95183d047ef07b2f73e4ff9edf.tar.bz2 emacs-3a8c3f7abd083b95183d047ef07b2f73e4ff9edf.zip |
; 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)
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 8 |
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. |