projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d60dcd
)
Update edebug comments
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 25 May 2022 01:35:12 +0000
(
03:35
+0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index d8b0a13c30570e105bc41d1a7b0733d61a658503..f350aef8fb15329ad9ec4c3d93662219d548da42 100644
(file)
--- 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