diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-06 04:51:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-06 04:51:53 +0000 |
commit | 9eaf2ecfae3f9ec5de9bc33d054be30bfad736a5 (patch) | |
tree | 7e89dcfa7f8be78c74d70b08935235b430703630 /man/glossary.texi | |
parent | 79563e7982e08aed99d42ddc8777138f2a1f594b (diff) | |
download | emacs-9eaf2ecfae3f9ec5de9bc33d054be30bfad736a5.tar.gz |
Explain that DEL deletes backwards.
Explain that META can be called EDIT.
Diffstat (limited to 'man/glossary.texi')
-rw-r--r-- | man/glossary.texi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/glossary.texi b/man/glossary.texi index a6c42ad3472..638e91a670a 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -307,8 +307,8 @@ A defun is a major definition at the top level in a program. The name @item @key{DEL} @key{DEL} is a character that runs the command to delete one character -of text. It is typically either the @key{DELETE} key or the -@key{BACKSPACE} key, whichever one is easy to type. +of text before the cursor. It is typically either the @key{DELETE} +key or the @key{BACKSPACE} key, whichever one is easy to type. @xref{Basic,DEL,Basic Editing}. @item Deletion @@ -774,14 +774,17 @@ See `mail.' @item Meta Meta is the name of a modifier bit which you can use in a command -character. To enter a meta character, you hold down the @key{META} or -@key{ALT} key while typing the character. We refer to such characters -with names that start with @kbd{Meta-} (usually written @kbd{M-} for +character. To enter a meta character, you hold down the @key{META} +key while typing the character. We refer to such characters with +names that start with @kbd{Meta-} (usually written @kbd{M-} for short). For example, @kbd{M-<} is typed by holding down @key{META} and at the same time typing @kbd{<} (which itself is done, on most terminals, by holding down @key{SHIFT} and typing @kbd{,}). @xref{User Input,Meta}. +On some terminals, the @key{META} key is actually labeled @key{ALT} +or @key{EDIT}. + @item Meta Character A Meta character is one whose character code includes the Meta bit. |