aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-17 16:23:33 +0000
committerRichard M. Stallman2002-06-17 16:23:33 +0000
commite92ecd426fb4242901113b7d59e8303be67bacd9 (patch)
tree0209c6d26d6836e59f4d5f67de667a64b6a43b74
parent6da559072a545b85ba063b4fb671b58258a8b02f (diff)
downloademacs-e92ecd426fb4242901113b7d59e8303be67bacd9.tar.gz
emacs-e92ecd426fb4242901113b7d59e8303be67bacd9.zip
Document C-x @ feature.
-rw-r--r--man/commands.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/commands.texi b/man/commands.texi
index d7bdb75ecb8..bb81fed9411 100644
--- a/man/commands.texi
+++ b/man/commands.texi
@@ -92,6 +92,14 @@ key bindings of Emacs do not include any characters with these
92modifiers. But you can assign them meanings of your own by customizing 92modifiers. But you can assign them meanings of your own by customizing
93Emacs. 93Emacs.
94 94
95 If your keyboard lacks one of these modifier keys, you can enter it
96using @kbd{C-x @@}: @kbd{C-x @@ h} adds the ``hyper'' flag to the next
97character, @kbd{C-x @@ s} adds the ``super'' flag, and @kbd{C-x @@ a}
98adds the ``alt'' flag. For instance, @kbd{C-x @@ h C-a} is a way to
99enter @kbd{Hyper-Control-a}. (Unfortunately there is no way to add
100two modifiers by using @kbd{C-x @@} twice for the same character,
101because the first one goes to work on the @kbd{C-x}.)
102
95 Keyboard input includes keyboard keys that are not characters at all: 103 Keyboard input includes keyboard keys that are not characters at all:
96for example function keys and arrow keys. Mouse buttons are also 104for example function keys and arrow keys. Mouse buttons are also
97outside the gamut of characters. You can modify these events with the 105outside the gamut of characters. You can modify these events with the