edebug.el comment fix

* lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent
variable (bug#25188).
This commit is contained in:
Lars Ingebrigtsen 2019-07-27 13:34:17 +02:00
parent a975c87831
commit 60511bd89d

View 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