* doc/lispref/edebug.texi (Instrumenting): Reword the description
of the edebug-remove-instrumentation command.
(@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.