]> git.eshelyaron.com Git - emacs.git/commitdiff
Make it clear what edebug-remove-instrumentation offers
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Nov 2019 04:27:33 +0000 (05:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Nov 2019 04:27:37 +0000 (05:27 +0100)
* doc/lispref/edebug.texi (Instrumenting): Reword the description
of the edebug-remove-instrumentation command.

doc/lispref/edebug.texi

index e1147df8af38ddaad6729c0e8853c994be2cb0c1..60d4c0843227c8d8bcac7d5a47ccf58141fe4acc 100644 (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.