summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-27 13:34:17 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-27 13:34:17 +0200
commit60511bd89dbc9cd5a3ee2bb615a118cb379fb956 (patch)
tree32b332d32922b18f29e975b269a084c56fd7d5f8 /lisp/emacs-lisp/edebug.el
parenta975c8783160255139ed7f17997e0926afc908ff (diff)
downloademacs-60511bd89dbc9cd5a3ee2bb615a118cb379fb956.tar.gz
edebug.el comment fix
* lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent variable (bug#25188).
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 16830b79bd1..c898da3d39f 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