Fix typo in edebug-backtrace-hide-instrumentation's docstring.
* lisp/emacs-lisp/edebug.el (edebug-backtrace-hide-instrumentation): Fix docstring copypasta.
This commit is contained in:
parent
3cd6a6846b
commit
58be6cb6bb
1 changed files with 1 additions and 1 deletions
|
@ -4108,7 +4108,7 @@ Save DEF-NAME, BEFORE-INDEX and AFTER-INDEX in FRAME."
|
|||
(revert-buffer)))
|
||||
|
||||
(defun edebug-backtrace-hide-instrumentation ()
|
||||
"Show Edebug's instrumentation in an Edebug Backtrace buffer."
|
||||
"Hide Edebug's instrumentation in an Edebug Backtrace buffer."
|
||||
(interactive)
|
||||
(unless (eq backtrace-frames edebug-backtrace-frames)
|
||||
(setq backtrace-frames edebug-backtrace-frames)
|
||||
|
|
Loading…
Add table
Reference in a new issue