# HG changeset patch # User Richard M. Stallman # Date 1038164745 0 # Node ID 4ccb542f41ef98315f2e6a8f3e0a6e4b33bf1339 # Parent ea972f5474c9906fd7dc70cad73228c0f15e2daa Explain how ESC is different from META. diff -r ea972f5474c9 -r 4ccb542f41ef man/commands.texi --- a/man/commands.texi Sun Nov 24 19:05:06 2002 +0000 +++ b/man/commands.texi Sun Nov 24 19:05:45 2002 +0000 @@ -76,10 +76,14 @@ it. If there is no @key{META} key, you can still type Meta characters -using two-character sequences starting with @key{ESC}. Thus, you can enter -@kbd{M-a} by typing @kbd{@key{ESC} a}. You can enter @kbd{C-M-a} by -typing @kbd{@key{ESC} C-a}. @key{ESC} is allowed on terminals with -@key{META} keys, too, in case you have formed a habit of using it. +using two-character sequences starting with @key{ESC}. Thus, you can +enter @kbd{M-a} by typing @kbd{@key{ESC} a}. You can enter +@kbd{C-M-a} by typing @kbd{@key{ESC} C-a}. Unlike @key{META}, which +modifies other characters, @key{ESC} is a separate character. You +don't hold down @key{ESC} while typing the next character; instead, +you press it and release it, then you enter the next character. +@key{ESC} is allowed on terminals with @key{META} keys, too, in case +you have formed a habit of using it. The X Window System provides several other modifier keys that can be applied to any input character. These are called @key{SUPER},