From: Raffael Stocker Date: Sun, 20 Feb 2022 15:13:46 +0000 (+0100) Subject: ; Don't reference obsolete variables in edebug.el X-Git-Tag: emacs-28.0.92~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a8c3f7abd083b95183d047ef07b2f73e4ff9edf;p=emacs.git ; 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) --- 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 \\\\[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.