mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 16:32:14 +00:00
* etc/DEBUG (Getting control to the debugger): Fix grammar.
This commit is contained in:
parent
687af4c8e8
commit
d382d2bfc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
would fire the Lisp debugger, breaking at 'maybe_call_debugger' is
|
||||||
useful.
|
useful.
|
||||||
|
|
||||||
Another technique for get control to the debugger is to put a
|
Another technique for getting control to the debugger is to put a
|
||||||
breakpoint in some rarely used function. One such convenient function
|
breakpoint in some rarely used function. One such convenient function
|
||||||
is Fredraw_display, which you can invoke at will interactively with
|
is Fredraw_display, which you can invoke at will interactively with
|
||||||
"M-x redraw-display RET".
|
"M-x redraw-display RET".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue