diff options
| -rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -200,7 +200,7 @@ errors go through there. If you are only interested in errors that | |||
| 200 | would fire the Lisp debugger, breaking at 'maybe_call_debugger' is | 200 | would fire the Lisp debugger, breaking at 'maybe_call_debugger' is |
| 201 | useful. | 201 | useful. |
| 202 | 202 | ||
| 203 | Another technique for get control to the debugger is to put a | 203 | Another technique for getting control to the debugger is to put a |
| 204 | breakpoint in some rarely used function. One such convenient function | 204 | breakpoint in some rarely used function. One such convenient function |
| 205 | is Fredraw_display, which you can invoke at will interactively with | 205 | is Fredraw_display, which you can invoke at will interactively with |
| 206 | "M-x redraw-display RET". | 206 | "M-x redraw-display RET". |