aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32inevt.c
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 07:34:53 +0000
committerGlenn Morris2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/w32inevt.c
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip
American English spelling fix.
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r--src/w32inevt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 460565d61c5..54d958f1667 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -154,7 +154,7 @@ w32_kbd_mods_to_emacs (DWORD mods, WORD key)
154 if (mods & SCROLLLOCK_ON) 154 if (mods & SCROLLLOCK_ON)
155 retval |= w32_key_to_modifier (VK_SCROLL); 155 retval |= w32_key_to_modifier (VK_SCROLL);
156 156
157 /* Just in case someone wanted the original behaviour, make it 157 /* Just in case someone wanted the original behavior, make it
158 optional by setting w32-capslock-is-shiftlock to t. */ 158 optional by setting w32-capslock-is-shiftlock to t. */
159 if (NILP (Vw32_capslock_is_shiftlock) 159 if (NILP (Vw32_capslock_is_shiftlock)
160 /* Keys that should _not_ be affected by CapsLock. */ 160 /* Keys that should _not_ be affected by CapsLock. */