diff options
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
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 @@ | |||
| 41 | ;; See the Emacs Lisp Reference Manual for more details. | 41 | ;; See the Emacs Lisp Reference Manual for more details. |
| 42 | 42 | ||
| 43 | ;; If you wish to change the default edebug global command prefix, change: | 43 | ;; If you wish to change the default edebug global command prefix, change: |
| 44 | ;; (setq edebug-global-prefix "\C-xX") | 44 | ;; (setq global-edebug-prefix "\C-xX") |
| 45 | 45 | ||
| 46 | ;; Edebug was written by | 46 | ;; Edebug was written by |
| 47 | ;; Daniel LaLiberte | 47 | ;; Daniel LaLiberte |