edebug.el comment fix
* lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent variable (bug#25188).
This commit is contained in:
parent
a975c87831
commit
60511bd89d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue