From: Lars Ingebrigtsen Date: Sat, 16 Nov 2019 04:27:33 +0000 (+0100) Subject: Make it clear what edebug-remove-instrumentation offers X-Git-Tag: emacs-27.0.90~602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a53c5e6474eab1da7f56f35d823c02c4930f1778;p=emacs.git Make it clear what edebug-remove-instrumentation offers * doc/lispref/edebug.texi (Instrumenting): Reword the description of the edebug-remove-instrumentation command. --- diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index e1147df8af3..60d4c084322 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -231,8 +231,10 @@ evaluating forms that never instrument them: from a file with (@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. + A different way to remove the instrumentation from a definition is +to use the @code{edebug-remove-instrumentation} command. It also +allows removing the instrumentation from everything that has been +instrumented. @xref{Edebug Eval}, for other evaluation functions available inside of Edebug.