diff options
| author | YAMAMOTO Mitsuharu | 2006-06-16 08:33:41 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-06-16 08:33:41 +0000 |
| commit | 23666aa8ec1ef8d74e32f500eb2fa69821c264f7 (patch) | |
| tree | 6e78f89d117879adbbf34eb78525071f8a81d08f | |
| parent | aa2f234a428d5930bb00ac58fceec2990fde93e5 (diff) | |
| download | emacs-23666aa8ec1ef8d74e32f500eb2fa69821c264f7.tar.gz emacs-23666aa8ec1ef8d74e32f500eb2fa69821c264f7.zip | |
(Mac Input): Minor update.
| -rw-r--r-- | man/macos.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/macos.texi b/man/macos.texi index 9364494e5d6..347149a4db0 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -51,11 +51,11 @@ laptop @key{function} keys as any of Emacs modifier keys except | |||
| 51 | @key{SHIFT} (i.e., @key{ALT}, @key{CTRL}, @key{HYPER}, @key{META}, and | 51 | @key{SHIFT} (i.e., @key{ALT}, @key{CTRL}, @key{HYPER}, @key{META}, and |
| 52 | @key{SUPER}). The assignment is controlled by the variables | 52 | @key{SUPER}). The assignment is controlled by the variables |
| 53 | @code{mac-control-modifier}, @code{mac-command-modifier}, | 53 | @code{mac-control-modifier}, @code{mac-command-modifier}, |
| 54 | @code{mac-option-modifier}, @code{mac-function-modifier}. The value for | 54 | @code{mac-option-modifier}, and @code{mac-function-modifier}. The value |
| 55 | each of these variables can be one of the following symbols: @code{alt}, | 55 | for each of these variables can be one of the following symbols: |
| 56 | @code{control}, @code{hyper}, @code{meta}, @code{super}, and @code{nil} | 56 | @code{alt}, @code{control}, @code{hyper}, @code{meta}, @code{super}, and |
| 57 | (no particular assignment). By default, the @key{control} key works as | 57 | @code{nil} (no particular assignment). By default, the @key{control} |
| 58 | @key{CTRL}, and the @key{command} key as @key{META}. | 58 | key works as @key{CTRL}, and the @key{command} key as @key{META}. |
| 59 | 59 | ||
| 60 | For the @key{option} key, if @code{mac-option-modifier} is set to | 60 | For the @key{option} key, if @code{mac-option-modifier} is set to |
| 61 | @code{nil}, which is the default, the key works as the normal | 61 | @code{nil}, which is the default, the key works as the normal |