summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-11-16 05:27:33 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-11-16 05:27:37 +0100
commita53c5e6474eab1da7f56f35d823c02c4930f1778 (patch)
tree18f7784393eb547462b294c4feb5c58747c4f2a0 /doc
parent5ed66f10ecae232e1af321913b22fc3ecf0608c7 (diff)
downloademacs-a53c5e6474eab1da7f56f35d823c02c4930f1778.tar.gz
Make it clear what edebug-remove-instrumentation offers
* doc/lispref/edebug.texi (Instrumenting): Reword the description of the edebug-remove-instrumentation command.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/edebug.texi6
1 files changed, 4 insertions, 2 deletions
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.