diff options
| author | Lars Ingebrigtsen | 2019-10-20 14:09:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-20 14:09:36 +0200 |
| commit | 34744278ba44d78d2a3718135ac20f2dada303e4 (patch) | |
| tree | 84f965b458fa6e6dc0362eb7504740e993448eba /doc | |
| parent | db1907233c8ecc7ca562e365125c24d60bb40c54 (diff) | |
| download | emacs-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.texi | 3 |
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: | |||
| 497 | Set a breakpoint at the stop point at or after point | 497 | Set 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 |
| 499 | breakpoint is temporary---it turns off the first time it stops the | 499 | breakpoint is temporary---it turns off the first time it stops the |
| 500 | program. | 500 | program. An overlay with the @code{edebug-breakpoint} face is put at |
| 501 | the breakpoint. | ||
| 501 | 502 | ||
| 502 | @item u | 503 | @item u |
| 503 | Unset the breakpoint (if any) at the stop point at or after | 504 | Unset the breakpoint (if any) at the stop point at or after |