diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-13 05:26:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-13 05:26:42 +0000 |
commit | 8609b2e2447d29bb02d0d27b217c87ebe409695a (patch) | |
tree | f1baea21c6533323bc612a1fda69c44dd9e5f7f7 /lispref/commands.texi | |
parent | ead7d19b3f775bb943b694e5d6fa29e51d4bc7f8 (diff) | |
download | emacs-8609b2e2447d29bb02d0d27b217c87ebe409695a.tar.gz |
entered into RCS
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index c831c9735a5..fc9ed30aee3 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -888,7 +888,7 @@ The super modifier. @end table Thus, the symbol for the key @key{F3} with @key{META} held down is -@kbd{M-@key{f3}}. When you use more than one prefix, we recommend you +@code{M-f3}. When you use more than one prefix, we recommend you write them in alphabetical order; but the order does not matter in arguments to the key-binding lookup and modification functions. |