summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2018-07-27 12:37:10 -0700
committerGemini Lasswell <gazally@runbox.com>2018-08-03 08:54:08 -0700
commit58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77 (patch)
treef6e315b4ca1270cea0058e9f391746cee6e1a17e /lisp/emacs-lisp
parent3cd6a6846b5f8f67216eba61b761a0e1daff7895 (diff)
downloademacs-58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77.tar.gz
emacs-58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77.tar.bz2
emacs-58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77.zip
Fix typo in edebug-backtrace-hide-instrumentation's docstring.
* lisp/emacs-lisp/edebug.el (edebug-backtrace-hide-instrumentation): Fix docstring copypasta.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index fc295485fd4..fa418c68281 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -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)