aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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
230@code{load}, and from the minibuffer with @code{eval-expression} 230@code{load}, and from the minibuffer with @code{eval-expression}
231(@kbd{M-:}). 231(@kbd{M-:}).
232 232
233@findex edebug-remove-instrumentation
234 If you want to remove Edebug instrumentation from all functions, you
235can use the @code{edebug-remove-instrumentation} command.
236
233 @xref{Edebug Eval}, for other evaluation functions available 237 @xref{Edebug Eval}, for other evaluation functions available
234inside of Edebug. 238inside of Edebug.
235 239