bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings


From: Raffael Stocker
Subject: bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables
Date: Sun, 20 Feb 2022 16:13:46 +0100
User-agent: mu4e 1.6.10; emacs 28.0.91

The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the
obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’.

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 273fa040d0..32dc600a1a 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3902,8 +3902,8 @@ edebug-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 @@ edebug-eval-mode
 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.
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]