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:
Gemini Lasswell 2018-07-27 12:37:10 -07:00
parent 3cd6a6846b
commit 58be6cb6bb

View file

@ -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)