aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-01-04 21:27:26 +0100
committerCharles A. Roelli2018-01-04 21:27:26 +0100
commitd382d2bfc5072d4220b3e51785d22f70b147d63f (patch)
tree911970ca1e9c7dbf54c69fe0aea2d41344b012f0
parent687af4c8e88a4abc004f6afb00fc724d38a12712 (diff)
downloademacs-d382d2bfc5072d4220b3e51785d22f70b147d63f.tar.gz
emacs-d382d2bfc5072d4220b3e51785d22f70b147d63f.zip
* etc/DEBUG (Getting control to the debugger): Fix grammar.
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
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
200would fire the Lisp debugger, breaking at 'maybe_call_debugger' is 200would fire the Lisp debugger, breaking at 'maybe_call_debugger' is
201useful. 201useful.
202 202
203Another technique for get control to the debugger is to put a 203Another technique for getting control to the debugger is to put a
204breakpoint in some rarely used function. One such convenient function 204breakpoint in some rarely used function. One such convenient function
205is Fredraw_display, which you can invoke at will interactively with 205is Fredraw_display, which you can invoke at will interactively with
206"M-x redraw-display RET". 206"M-x redraw-display RET".