emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32inevt.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/w32inevt.c,v
Date: Fri, 27 Jun 2008 07:35:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 07:34:54

Index: src/w32inevt.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32inevt.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- src/w32inevt.c      14 May 2008 07:50:07 -0000      1.40
+++ src/w32inevt.c      27 Jun 2008 07:34:53 -0000      1.41
@@ -154,7 +154,7 @@
   if (mods & SCROLLLOCK_ON)
     retval |= w32_key_to_modifier (VK_SCROLL);
 
-  /* Just in case someone wanted the original behaviour, make it
+  /* Just in case someone wanted the original behavior, make it
      optional by setting w32-capslock-is-shiftlock to t.  */
   if (NILP (Vw32_capslock_is_shiftlock)
       /* Keys that should _not_ be affected by CapsLock.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]