diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-06-16 08:33:41 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-06-16 08:33:41 +0000 |
commit | 23666aa8ec1ef8d74e32f500eb2fa69821c264f7 (patch) | |
tree | 6e78f89d117879adbbf34eb78525071f8a81d08f /man/macos.texi | |
parent | aa2f234a428d5930bb00ac58fceec2990fde93e5 (diff) | |
download | emacs-23666aa8ec1ef8d74e32f500eb2fa69821c264f7.tar.gz |
(Mac Input): Minor update.
Diffstat (limited to 'man/macos.texi')
-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 @key{SHIFT} (i.e., @key{ALT}, @key{CTRL}, @key{HYPER}, @key{META}, and @key{SUPER}). The assignment is controlled by the variables @code{mac-control-modifier}, @code{mac-command-modifier}, -@code{mac-option-modifier}, @code{mac-function-modifier}. The value for -each of these variables can be one of the following symbols: @code{alt}, -@code{control}, @code{hyper}, @code{meta}, @code{super}, and @code{nil} -(no particular assignment). By default, the @key{control} key works as -@key{CTRL}, and the @key{command} key as @key{META}. +@code{mac-option-modifier}, and @code{mac-function-modifier}. The value +for each of these variables can be one of the following symbols: +@code{alt}, @code{control}, @code{hyper}, @code{meta}, @code{super}, and +@code{nil} (no particular assignment). By default, the @key{control} +key works as @key{CTRL}, and the @key{command} key as @key{META}. For the @key{option} key, if @code{mac-option-modifier} is set to @code{nil}, which is the default, the key works as the normal |