]> git.eshelyaron.com Git - emacs.git/commitdiff
Update edebug comments
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 May 2022 01:35:12 +0000 (03:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 May 2022 01:35:20 +0000 (03:35 +0200)
* lisp/emacs-lisp/edebug.el: Update function name in comments
(bug#55607).

lisp/emacs-lisp/edebug.el

index d8b0a13c30570e105bc41d1a7b0733d61a658503..f350aef8fb15329ad9ec4c3d93662219d548da42 100644 (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 global-edebug-prefix "\C-xX")
+;; (setq edebug-global-prefix "\C-xX")
 
 ;; Edebug was written by
 ;; Daniel LaLiberte