aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2014-12-25 18:18:42 -0800
committerPaul Eggert2014-12-25 18:19:28 -0800
commitb3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29 (patch)
treee3e96b7376a2efbf984b6f743fcd33e8806604d4 /src
parent1e6879dbdb0832427f5c588c89a53a8a80768a00 (diff)
downloademacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.tar.gz
emacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.zip
Spelling fixes
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
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.