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

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

bug#54070: closed (28.0.91; [PATCH] edebug-mode and edebug-eval-mode doc


From: GNU bug Tracking System
Subject: bug#54070: closed (28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables)
Date: Sun, 20 Feb 2022 15:54:02 +0000

Your message dated Sun, 20 Feb 2022 17:53:53 +0200
with message-id <83fsodwn3i.fsf@gnu.org>
and subject line Re: bug#54070: 28.0.91; [PATCH] edebug-mode and 
edebug-eval-mode docstrings reference obsolete variables
has caused the debbugs.gnu.org bug report #54070,
regarding 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings 
reference obsolete variables
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54070: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54070
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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.
 

--- End Message ---
--- Begin Message --- Subject: Re: bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables Date: Sun, 20 Feb 2022 17:53:53 +0200
> 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.


--- End Message ---

reply via email to

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