projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687af4c
)
* etc/DEBUG (Getting control to the debugger): Fix grammar.
author
Charles A. Roelli
<charles@aurox.ch>
Thu, 4 Jan 2018 20:27:26 +0000
(21:27 +0100)
committer
Charles A. Roelli
<charles@aurox.ch>
Thu, 4 Jan 2018 20:27:26 +0000
(21:27 +0100)
etc/DEBUG
patch
|
blob
|
history
diff --git
a/etc/DEBUG
b/etc/DEBUG
index 81de77285a9c45eac3ca80fdb0bae9e50367672c..7171d6db256784e4cca5f13d8f4992fce2fa0574 100644
(file)
--- a/
etc/DEBUG
+++ b/
etc/DEBUG
@@
-200,7
+200,7
@@
errors go through there. If you are only interested in errors that
would fire the Lisp debugger, breaking at 'maybe_call_debugger' is
useful.
-Another technique for get control to the debugger is to put a
+Another technique for get
ting
control to the debugger is to put a
breakpoint in some rarely used function. One such convenient function
is Fredraw_display, which you can invoke at will interactively with
"M-x redraw-display RET".