]> git.eshelyaron.com Git - emacs.git/commitdiff
edebug.el comment fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 11:34:17 +0000 (13:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 11:34:17 +0000 (13:34 +0200)
* lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent
variable (bug#25188).

lisp/emacs-lisp/edebug.el

index 16830b79bd17538c0c62810fc4b727882fd73dc5..c898da3d39f17404c1b8b4a174a5a7be97b9cb5e 100644 (file)
@@ -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