emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 60511bd: edebug.el comment fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 60511bd: edebug.el comment fix
Date: Sat, 27 Jul 2019 07:37:36 -0400 (EDT)

branch: master
commit 60511bd89dbc9cd5a3ee2bb615a118cb379fb956
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    edebug.el comment fix
    
    * lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent
    variable (bug#25188).
---
 lisp/emacs-lisp/edebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 16830b7..c898da3 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -41,7 +41,7 @@
 ;; See the Emacs Lisp Reference Manual for more details.
 
 ;; If you wish to change the default edebug global command prefix, change:
-;; (setq edebug-global-prefix "\C-xX")
+;; (setq global-edebug-prefix "\C-xX")
 
 ;; Edebug was written by
 ;; Daniel LaLiberte



reply via email to

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