From: Charles A. Roelli Date: Thu, 4 Jan 2018 20:27:26 +0000 (+0100) Subject: * etc/DEBUG (Getting control to the debugger): Fix grammar. X-Git-Tag: emacs-26.0.91~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d382d2bfc5;p=emacs.git * etc/DEBUG (Getting control to the debugger): Fix grammar. --- diff --git a/etc/DEBUG b/etc/DEBUG index 81de77285a9..7171d6db256 100644 --- 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 getting 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".