summaryrefslogtreecommitdiff
path: root/lispref/edebug.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-02-28 01:53:53 +0000
committerRichard M. Stallman <rms@gnu.org>1998-02-28 01:53:53 +0000
commit4e8e42c513a195bbf6cdfcaad2225aca4863c19d (patch)
tree4fa770254602e49b34f8cf3b36634f990b265c8b /lispref/edebug.texi
parent66a697ebc619a5420a8b4893f0cb2a9d3727edee (diff)
downloademacs-4e8e42c513a195bbf6cdfcaad2225aca4863c19d.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r--lispref/edebug.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi
index 0f95fa9fb0c..973021833b6 100644
--- a/lispref/edebug.texi
+++ b/lispref/edebug.texi
@@ -180,8 +180,8 @@ edebug-all-forms} toggles this option.
@findex edebug-eval-top-level-form
Another command, @kbd{M-x edebug-eval-top-level-form}, is available to
-instrument any top-level form regardless of the value of
-@code{edebug-all-defs} or @code{edebug-all-forms}.
+instrument any top-level form regardless of the values of
+@code{edebug-all-defs} and @code{edebug-all-forms}.
When Edebug is about to instrument code for the first time in a session,
it runs the hook @code{edebug-setup-hook}, then sets it to @code{nil}.