diff options
| author | Eli Zaretskii | 2006-06-24 16:21:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-24 16:21:41 +0000 |
| commit | 3a9d93270be40733320ad819de11d03bc5aa6150 (patch) | |
| tree | 3d91feec13806f4917341619ed3399596a9ff773 | |
| parent | 5a3e3201a270762821afc4c1325abcb50ca82cf1 (diff) | |
| download | emacs-3a9d93270be40733320ad819de11d03bc5aa6150.tar.gz emacs-3a9d93270be40733320ad819de11d03bc5aa6150.zip | |
Fix last change.
| -rw-r--r-- | man/msdog.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/msdog.texi b/man/msdog.texi index b1af33be400..f20c04acf49 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -331,14 +331,6 @@ item, and @key{ESC} closes the menu. | |||
| 331 | key. If you wish it to produce the @code{Alt} modifier instead, set | 331 | key. If you wish it to produce the @code{Alt} modifier instead, set |
| 332 | the variable @code{w32-alt-is-meta} to a @code{nil} value. | 332 | the variable @code{w32-alt-is-meta} to a @code{nil} value. |
| 333 | 333 | ||
| 334 | @vindex w32-apps-modifier | ||
| 335 | The variable @code{w32-apps-modifier} controls the effect of the | ||
| 336 | @key{Apps} key (usually located between the right @key{Alt} and the | ||
| 337 | right @key{Ctrl} keys). Its value can be one of the symbols | ||
| 338 | @code{hyper}, @code{super}, @code{meta}, @code{alt}, @code{control}, | ||
| 339 | or @code{shift} for the respective modifier, or @code{nil} to appear | ||
| 340 | as the key @code{apps}. The default is @code{nil}. | ||
| 341 | |||
| 342 | @vindex w32-capslock-is-shiftlock | 334 | @vindex w32-capslock-is-shiftlock |
| 343 | By default, the @key{CapsLock} key only affects normal character | 335 | By default, the @key{CapsLock} key only affects normal character |
| 344 | keys (it converts lower-case characters to their upper-case | 336 | keys (it converts lower-case characters to their upper-case |
| @@ -360,6 +352,14 @@ instead of the shifted version of they keys. The default value is | |||
| 360 | default is @code{t}, which causes @key{NumLock} to work as expected: | 352 | default is @code{t}, which causes @key{NumLock} to work as expected: |
| 361 | toggle the meaning of the keys on the numeric keypad. | 353 | toggle the meaning of the keys on the numeric keypad. |
| 362 | 354 | ||
| 355 | @vindex w32-apps-modifier | ||
| 356 | The variable @code{w32-apps-modifier} controls the effect of the | ||
| 357 | @key{Apps} key (usually located between the right @key{Alt} and the | ||
| 358 | right @key{Ctrl} keys). Its value can be one of the symbols | ||
| 359 | @code{hyper}, @code{super}, @code{meta}, @code{alt}, @code{control}, | ||
| 360 | or @code{shift} for the respective modifier, or @code{nil} to appear | ||
| 361 | as the key @code{apps}. The default is @code{nil}. | ||
| 362 | |||
| 363 | @vindex w32-lwindow-modifier | 363 | @vindex w32-lwindow-modifier |
| 364 | @vindex w32-rwindow-modifier | 364 | @vindex w32-rwindow-modifier |
| 365 | @vindex w32-scroll-lock-modifier | 365 | @vindex w32-scroll-lock-modifier |