diff options
| author | Eli Zaretskii | 2006-12-16 12:23:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-16 12:23:25 +0000 |
| commit | 6041f4e1e23c5a7b1f655f3d1d8352aa27dca10b (patch) | |
| tree | 2243621a5e302dea7d0054bbee5daceb16e97ecc | |
| parent | 1fd1a9f248f60718bd3f967c12fdb08bc06829b2 (diff) | |
| download | emacs-6041f4e1e23c5a7b1f655f3d1d8352aa27dca10b.tar.gz emacs-6041f4e1e23c5a7b1f655f3d1d8352aa27dca10b.zip | |
(Windows Keyboard): Clarify `w32-recognize-altgr' effect.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/msdog.texi | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 09eb469c53f..8a8ff26d0db 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect. | ||
| 4 | |||
| 1 | 2006-12-15 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-12-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * text.texi (HTML Mode): Fix "C-c TAB". | 7 | * text.texi (HTML Mode): Fix "C-c TAB". |
diff --git a/man/msdog.texi b/man/msdog.texi index d92929ea04e..016e04c6b0a 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -425,11 +425,12 @@ its normal effect: for example, @kbd{@key{Lwindow}} opens the | |||
| 425 | @vindex w32-recognize-altgr | 425 | @vindex w32-recognize-altgr |
| 426 | @kindex AltGr @r{(MS-Windows)} | 426 | @kindex AltGr @r{(MS-Windows)} |
| 427 | @cindex AltGr key (MS-Windows) | 427 | @cindex AltGr key (MS-Windows) |
| 428 | The variable @code{w32-recognize-altgr} controls whether the right | 428 | The variable @code{w32-recognize-altgr} controls whether the |
| 429 | @key{Alt} and left @key{Ctrl} keys are recognized as the @key{AltGr} | 429 | combination of the right @key{Alt} and left @key{Ctrl} keys pressed |
| 430 | key. The default is @code{t}, which means these keys produce | 430 | together is recognized as the @key{AltGr} key. The default is |
| 431 | @code{AltGr}; setting them to @code{nil} causes these keys to be | 431 | @code{t}, which means this key combination produces @code{AltGr}; |
| 432 | interpreted normally (as the respective modifiers). | 432 | setting it to @code{nil} causes this key combination to be interpreted |
| 433 | normally (as the combination of @key{CTRL} and @key{META} modifiers). | ||
| 433 | @end ifnottex | 434 | @end ifnottex |
| 434 | 435 | ||
| 435 | @node Windows Mouse | 436 | @node Windows Mouse |