From: Lars Ingebrigtsen Date: Wed, 25 May 2022 01:35:12 +0000 (+0200) Subject: Update edebug comments X-Git-Tag: emacs-29.0.90~1910^2~441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f1cae8cb0e38d0ec495a0de029a673fa9d9a285;p=emacs.git Update edebug comments * lisp/emacs-lisp/edebug.el: Update function name in comments (bug#55607). --- 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