summaryrefslogtreecommitdiff
path: root/lispref/edebug.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
commit9e2b495b7085a76d3d6ea521312d080aa6479965 (patch)
tree4dc81dafa556a21ec36ae794fde5dd02b06e5fcb /lispref/edebug.texi
parent6268f00653c5f594251862066f15126bee5f1a2a (diff)
downloademacs-9e2b495b7085a76d3d6ea521312d080aa6479965.tar.gz
Minor cleanups for overfull hboxes.
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r--lispref/edebug.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi
index 5aec9f96f46..0f95fa9fb0c 100644
--- a/lispref/edebug.texi
+++ b/lispref/edebug.texi
@@ -452,7 +452,7 @@ Set a conditional breakpoint which stops the program only if
breakpoint is temporary.
@item B
-Move point to the next breakpoint in the definition
+Move point to the next breakpoint in the current definition
(@code{edebug-next-breakpoint}).
@end table
@@ -505,9 +505,9 @@ evaluating the condition gets an error, execution does not stop.
@findex edebug-set-global-break-condition
@vindex edebug-global-break-condition
- You can set or edit the condition expression, stored in
-@code{edebug-global-break-condition}, using the @kbd{X} command
-(@code{edebug-set-global-break-condition}).
+ The condition expression is stored in
+@code{edebug-global-break-condition}. You can specify a new expression
+using the @kbd{X} command (@code{edebug-set-global-break-condition}).
The global break condition is the simplest way to find where in your
code some event occurs, but it makes code run much more slowly. So you