]> git.eshelyaron.com Git - emacs.git/commitdiff
(Windows Keyboard): Clarify `w32-recognize-altgr' effect.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Dec 2006 12:23:25 +0000 (12:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Dec 2006 12:23:25 +0000 (12:23 +0000)
man/ChangeLog
man/msdog.texi

index 09eb469c53f9ae613ba13c01025bee3201cb6122..8a8ff26d0dbb92014a761657372caa4417607cab 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
+
 2006-12-15  Eli Zaretskii  <eliz@gnu.org>
 
        * text.texi (HTML Mode): Fix "C-c TAB".
index d92929ea04e47428fcde4f883bd4cd17dca3c890..016e04c6b0a9463269b4cd28d355da7110867338 100644 (file)
@@ -425,11 +425,12 @@ its normal effect: for example, @kbd{@key{Lwindow}} opens the
 @vindex w32-recognize-altgr
 @kindex AltGr @r{(MS-Windows)}
 @cindex AltGr key (MS-Windows)
-  The variable @code{w32-recognize-altgr} controls whether the right
-@key{Alt} and left @key{Ctrl} keys are recognized as the @key{AltGr}
-key.  The default is @code{t}, which means these keys produce
-@code{AltGr}; setting them to @code{nil} causes these keys to be
-interpreted normally (as the respective modifiers).
+  The variable @code{w32-recognize-altgr} controls whether the
+combination of the right @key{Alt} and left @key{Ctrl} keys pressed
+together is recognized as the @key{AltGr} key.  The default is
+@code{t}, which means this key combination produces @code{AltGr};
+setting it to @code{nil} causes this key combination to be interpreted
+normally (as the combination of @key{CTRL} and @key{META} modifiers).
 @end ifnottex
 
 @node Windows Mouse