Update edebug comments

* lisp/emacs-lisp/edebug.el: Update function name in comments
(bug#55607).
This commit is contained in:
Lars Ingebrigtsen 2022-05-25 03:35:12 +02:00
parent 4d60dcd87c
commit 9f1cae8cb0

View 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