diff options
| author | Paul Eggert | 2011-11-14 15:59:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 15:59:56 -0800 |
| commit | 91af3942e9ab5540b3ab4dde6733bc883dc2abdd (patch) | |
| tree | 7a83e35278714a4498663fc968d36210d8c6436e /src/keyboard.c | |
| parent | 5ef215d87480e348e432b4e323b1ba24e27ebf81 (diff) | |
| download | emacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.tar.gz emacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.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 fb989d3ea95..87dd2b0e251 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1060,7 +1060,7 @@ cmd_error_internal (Lisp_Object data, const char *context) | |||
| 1060 | struct frame *sf = SELECTED_FRAME (); | 1060 | struct frame *sf = SELECTED_FRAME (); |
| 1061 | 1061 | ||
| 1062 | /* The immediate context is not interesting for Quits, | 1062 | /* The immediate context is not interesting for Quits, |
| 1063 | since they are asyncronous. */ | 1063 | since they are asynchronous. */ |
| 1064 | if (EQ (XCAR (data), Qquit)) | 1064 | if (EQ (XCAR (data), Qquit)) |
| 1065 | Vsignaling_function = Qnil; | 1065 | Vsignaling_function = Qnil; |
| 1066 | 1066 | ||