From a53c5e6474eab1da7f56f35d823c02c4930f1778 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 16 Nov 2019 05:27:33 +0100 Subject: [PATCH] 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 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. -- 2.39.5