diff options
| author | Paul Eggert | 2011-12-04 00:02:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-04 00:02:42 -0800 |
| commit | c80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch) | |
| tree | e44fe2f2604d66890ec2442ea23e73ee5011907a /src/keyboard.c | |
| parent | a24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff) | |
| download | emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip | |
Spelling fixes.
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
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 |
| 12248 | receives the special event specifed by this variable, it will try to | 12248 | receives the special event specified by this variable, it will try to |
| 12249 | break into the debugger as soon as possible instead of processing the | 12249 | break into the debugger as soon as possible instead of processing the |
| 12250 | event normally through `special-event-map'. | 12250 | event normally through `special-event-map'. |
| 12251 | 12251 | ||