summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-05-25 03:35:12 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-05-25 03:35:20 +0200
commit9f1cae8cb0e38d0ec495a0de029a673fa9d9a285 (patch)
treec3c2bf2518beff9ac1b0d66506928df59e72e97b /lisp/emacs-lisp
parent4d60dcd87c72f7b96cac04233ffb253bd79f5bb1 (diff)
downloademacs-9f1cae8cb0e38d0ec495a0de029a673fa9d9a285.tar.gz
emacs-9f1cae8cb0e38d0ec495a0de029a673fa9d9a285.tar.bz2
emacs-9f1cae8cb0e38d0ec495a0de029a673fa9d9a285.zip
Update edebug comments
* lisp/emacs-lisp/edebug.el: Update function name in comments (bug#55607).
Diffstat (limited to 'lisp/emacs-lisp')
-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 d8b0a13c305..f350aef8fb1 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 global-edebug-prefix "\C-xX")
+;; (setq edebug-global-prefix "\C-xX")
;; Edebug was written by
;; Daniel LaLiberte