* bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables
@ 2022-02-20 15:13 Raffael Stocker
2022-02-20 15:53 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Raffael Stocker @ 2022-02-20 15:13 UTC (permalink / raw)
To: 54070
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the
obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: edebug-(eval)-mode docstring patch --]
[-- Type: text/x-patch, Size: 732 bytes --]
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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables
2022-02-20 15:13 bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables Raffael Stocker
@ 2022-02-20 15:53 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-02-20 15:53 UTC (permalink / raw)
To: Raffael Stocker; +Cc: 54070-done
> From: Raffael Stocker <r.stocker@mnet-mail.de>
> Date: Sun, 20 Feb 2022 16:13:46 +0100
>
> The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the
> obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’.
Thanks, I installed the patch on the emacs-28 branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-20 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-20 15:13 bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables Raffael Stocker
2022-02-20 15:53 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).