Make it clear what edebug-remove-instrumentation offers

* doc/lispref/edebug.texi (Instrumenting): Reword the description
of the edebug-remove-instrumentation command.
This commit is contained in:
Lars Ingebrigtsen 2019-11-16 05:27:33 +01:00
parent 5ed66f10ec
commit a53c5e6474

View file

@ -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.