diff options
| author | Richard M. Stallman | 2001-11-06 04:51:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-06 04:51:53 +0000 |
| commit | 9eaf2ecfae3f9ec5de9bc33d054be30bfad736a5 (patch) | |
| tree | 7e89dcfa7f8be78c74d70b08935235b430703630 | |
| parent | 79563e7982e08aed99d42ddc8777138f2a1f594b (diff) | |
| download | emacs-9eaf2ecfae3f9ec5de9bc33d054be30bfad736a5.tar.gz emacs-9eaf2ecfae3f9ec5de9bc33d054be30bfad736a5.zip | |
Explain that DEL deletes backwards.
Explain that META can be called EDIT.
| -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 | |||
| 307 | 307 | ||
| 308 | @item @key{DEL} | 308 | @item @key{DEL} |
| 309 | @key{DEL} is a character that runs the command to delete one character | 309 | @key{DEL} is a character that runs the command to delete one character |
| 310 | of text. It is typically either the @key{DELETE} key or the | 310 | of text before the cursor. It is typically either the @key{DELETE} |
| 311 | @key{BACKSPACE} key, whichever one is easy to type. | 311 | key or the @key{BACKSPACE} key, whichever one is easy to type. |
| 312 | @xref{Basic,DEL,Basic Editing}. | 312 | @xref{Basic,DEL,Basic Editing}. |
| 313 | 313 | ||
| 314 | @item Deletion | 314 | @item Deletion |
| @@ -774,14 +774,17 @@ See `mail.' | |||
| 774 | 774 | ||
| 775 | @item Meta | 775 | @item Meta |
| 776 | Meta is the name of a modifier bit which you can use in a command | 776 | Meta is the name of a modifier bit which you can use in a command |
| 777 | character. To enter a meta character, you hold down the @key{META} or | 777 | character. To enter a meta character, you hold down the @key{META} |
| 778 | @key{ALT} key while typing the character. We refer to such characters | 778 | key while typing the character. We refer to such characters with |
| 779 | with names that start with @kbd{Meta-} (usually written @kbd{M-} for | 779 | names that start with @kbd{Meta-} (usually written @kbd{M-} for |
| 780 | short). For example, @kbd{M-<} is typed by holding down @key{META} | 780 | short). For example, @kbd{M-<} is typed by holding down @key{META} |
| 781 | and at the same time typing @kbd{<} (which itself is done, on most | 781 | and at the same time typing @kbd{<} (which itself is done, on most |
| 782 | terminals, by holding down @key{SHIFT} and typing @kbd{,}). | 782 | terminals, by holding down @key{SHIFT} and typing @kbd{,}). |
| 783 | @xref{User Input,Meta}. | 783 | @xref{User Input,Meta}. |
| 784 | 784 | ||
| 785 | On some terminals, the @key{META} key is actually labeled @key{ALT} | ||
| 786 | or @key{EDIT}. | ||
| 787 | |||
| 785 | @item Meta Character | 788 | @item Meta Character |
| 786 | A Meta character is one whose character code includes the Meta bit. | 789 | A Meta character is one whose character code includes the Meta bit. |
| 787 | 790 | ||