aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-20 14:09:36 +0200
committerLars Ingebrigtsen2019-10-20 14:09:36 +0200
commit34744278ba44d78d2a3718135ac20f2dada303e4 (patch)
tree84f965b458fa6e6dc0362eb7504740e993448eba /doc
parentdb1907233c8ecc7ca562e365125c24d60bb40c54 (diff)
downloademacs-34744278ba44d78d2a3718135ac20f2dada303e4.tar.gz
emacs-34744278ba44d78d2a3718135ac20f2dada303e4.zip
Add a new edebug-breakpoint face
* doc/lispref/edebug.texi (Breakpoints): Mention it. * lisp/emacs-lisp/edebug.el (edebug-breakpoint): New face.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/edebug.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index e081833e242..03efa985ba9 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -497,7 +497,8 @@ Edebug commands for breakpoints:
497Set a breakpoint at the stop point at or after point 497Set a breakpoint at the stop point at or after point
498(@code{edebug-set-breakpoint}). If you use a prefix argument, the 498(@code{edebug-set-breakpoint}). If you use a prefix argument, the
499breakpoint is temporary---it turns off the first time it stops the 499breakpoint is temporary---it turns off the first time it stops the
500program. 500program. An overlay with the @code{edebug-breakpoint} face is put at
501the breakpoint.
501 502
502@item u 503@item u
503Unset the breakpoint (if any) at the stop point at or after 504Unset the breakpoint (if any) at the stop point at or after