aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPaul Eggert2011-12-04 00:02:42 -0800
committerPaul Eggert2011-12-04 00:02:42 -0800
commitc80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch)
treee44fe2f2604d66890ec2442ea23e73ee5011907a /src/keyboard.c
parenta24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff)
downloademacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz
emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip
Spelling fixes.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8f316c5e446..7da0348cb25 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12245,7 +12245,7 @@ text in the region before modifying the buffer. The next
12245 DEFVAR_LISP ("debug-on-event", 12245 DEFVAR_LISP ("debug-on-event",
12246 Vdebug_on_event, 12246 Vdebug_on_event,
12247 doc: /* Enter debugger on this event. When Emacs 12247 doc: /* Enter debugger on this event. When Emacs
12248receives the special event specifed by this variable, it will try to 12248receives the special event specified by this variable, it will try to
12249break into the debugger as soon as possible instead of processing the 12249break into the debugger as soon as possible instead of processing the
12250event normally through `special-event-map'. 12250event normally through `special-event-map'.
12251 12251