diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/keyboard.h | |
parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index a2a5f8f21d9..662d8e4a4f6 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -65,7 +65,7 @@ INLINE_HEADER_BEGIN as soon as a complete key arrives from some KBOARD or other, Emacs starts executing that key's binding. It switches to the single-kboard state for the execution of that command, - so that that command can get input only from its own KBOARD. + so that the command can get input only from its own KBOARD. While in the single-kboard state, read_char can consider input only from the current KBOARD. If events come from other KBOARDs, they |