diff options
| author | Paul Eggert | 2014-12-25 18:18:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-25 18:19:28 -0800 |
| commit | b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29 (patch) | |
| tree | e3e96b7376a2efbf984b6f743fcd33e8806604d4 /src | |
| parent | 1e6879dbdb0832427f5c588c89a53a8a80768a00 (diff) | |
| download | emacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.tar.gz emacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.zip | |
Spelling fixes
Diffstat (limited to 'src')
| -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 d76a8fcb783..5b66050aa92 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -276,7 +276,7 @@ bool input_pending; | |||
| 276 | /* True if more input was available last time we read an event. | 276 | /* True if more input was available last time we read an event. |
| 277 | 277 | ||
| 278 | Since redisplay can take a significant amount of time and is not | 278 | Since redisplay can take a significant amount of time and is not |
| 279 | indispensible to perform the user's commands, when input arrives | 279 | indispensable to perform the user's commands, when input arrives |
| 280 | "too fast", Emacs skips redisplay. More specifically, if the next | 280 | "too fast", Emacs skips redisplay. More specifically, if the next |
| 281 | command has already been input when we finish the previous command, | 281 | command has already been input when we finish the previous command, |
| 282 | we skip the intermediate redisplay. | 282 | we skip the intermediate redisplay. |