summaryrefslogtreecommitdiff
path: root/doc/lispref/edebug.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-20 11:29:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-20 11:29:34 +0200
commite2acf4d29d6f03c7b8c6fbeb61ed1f4a6ef5b1fd (patch)
tree3b7371ade78bfa73c66ede8d7fd58a05b778ac23 /doc/lispref/edebug.texi
parentcfaecdb293cbe19536232bcef8ead9f8e98af2ff (diff)
downloademacs-e2acf4d29d6f03c7b8c6fbeb61ed1f4a6ef5b1fd.tar.gz
New command edebug-remove-instrumentation
* doc/lispref/edebug.texi (Instrumenting): Document it. * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): New command (bug#15843).
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r--doc/lispref/edebug.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 2c0ee3969b9..efbba40916e 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -230,6 +230,10 @@ evaluating forms that never instrument them: from a file with
@code{load}, and from the minibuffer with @code{eval-expression}
(@kbd{M-:}).
+@findex edebug-remove-instrumentation
+ If you want to remove Edebug instrumentation from all functions, you
+can use the @code{edebug-remove-instrumentation} command.
+
@xref{Edebug Eval}, for other evaluation functions available
inside of Edebug.