xkeyboard-config/types caps,1.1,1.2

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Fri, 10 Aug 2007 02:26:22 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xkeyboard-config/xkeyboard-config/types
In directory kemper:/tmp/cvs-serv4751/types

Modified Files:
	caps 
Log Message:
more correct comment

Index: caps
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/types/caps,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- caps	10 Apr 2004 02:08:53 -0000	1.1
+++ caps	10 Aug 2007 09:26:05 -0000	1.2
@@ -1,7 +1,7 @@
 // $XFree86: xc/programs/xkbcomp/types/caps,v 1.3 2002/11/26 02:14:02 dawes Exp $
 
 // CapsLock uses internal capitalization rules
-// Shift cancels CapsLock
+// Shift "pauses" CapsLock
 partial xkb_types "internal" {
     type "ALPHABETIC" {
 	modifiers = Shift+Lock;
@@ -80,7 +80,7 @@
     };
 };
 // CapsLock acts as Shift with locking
-// Shift cancels CapsLock
+// Shift "pauses" CapsLock
 partial xkb_types "shift" {
     type "ALPHABETIC" {
 	modifiers = Shift+Lock;