]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in edebug-backtrace-hide-instrumentation's docstring.
authorGemini Lasswell <gazally@runbox.com>
Fri, 27 Jul 2018 19:37:10 +0000 (12:37 -0700)
committerGemini Lasswell <gazally@runbox.com>
Fri, 3 Aug 2018 15:54:08 +0000 (08:54 -0700)
* lisp/emacs-lisp/edebug.el (edebug-backtrace-hide-instrumentation):
Fix docstring copypasta.

lisp/emacs-lisp/edebug.el

index fc295485fd4f96a4a6d4ca2939495dab2eacdc7d..fa418c6828108b1b3bf9452a01b91f1859e3ffc9 100644 (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)