diff options
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. |