; 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)
This commit is contained in:
Raffael Stocker 2022-02-20 16:13:46 +01:00 committed by Eli Zaretskii
parent 57c112cfe5
commit 3a8c3f7abd

View file

@ -3902,8 +3902,8 @@ Also see bindings for the eval list buffer *edebug* in `edebug-eval-mode'.
The edebug buffer commands: The edebug buffer commands:
\\{edebug-mode-map} \\{edebug-mode-map}
Global commands prefixed by `global-edebug-prefix': Global commands prefixed by `edebug-global-prefix':
\\{global-edebug-map} \\{edebug-global-map}
Options: Options:
`edebug-setup-hook' `edebug-setup-hook'
@ -4070,8 +4070,8 @@ buffer and \\<global-map>\\[edebug-step-mode] in any buffer.
Eval list buffer commands: Eval list buffer commands:
\\{edebug-eval-mode-map} \\{edebug-eval-mode-map}
Global commands prefixed by `global-edebug-prefix': Global commands prefixed by `edebug-global-prefix':
\\{global-edebug-map}") \\{edebug-global-map}")
;;; Interface with standard debugger. ;;; Interface with standard debugger.