emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a53c5e6: Make it clear what edebug-remove-instrumentation offers


From: Lars Ingebrigtsen
Subject: master a53c5e6: Make it clear what edebug-remove-instrumentation offers
Date: Fri, 15 Nov 2019 23:27:43 -0500 (EST)

branch: master
commit a53c5e6474eab1da7f56f35d823c02c4930f1778
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make it clear what edebug-remove-instrumentation offers
    
    * doc/lispref/edebug.texi (Instrumenting): Reword the description
    of the edebug-remove-instrumentation command.
---
 doc/lispref/edebug.texi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index e1147df..60d4c08 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]