]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.c
Merge from origin/emacs-24
[gnu-emacs] / src / keyboard.c
index d76a8fcb78397c9a852d6b0574fe2e094a7fa481..5b66050aa927449971e2fffbe758d86420031ac3 100644 (file)
@@ -276,7 +276,7 @@ bool input_pending;
 /* True if more input was available last time we read an event.
 
    Since redisplay can take a significant amount of time and is not
-   indispensible to perform the user's commands, when input arrives
+   indispensable to perform the user's commands, when input arrives
    "too fast", Emacs skips redisplay.  More specifically, if the next
    command has already been input when we finish the previous command,
    we skip the intermediate redisplay.