aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/glossary.texi13
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
310of text. It is typically either the @key{DELETE} key or the 310of text before the cursor. It is typically either the @key{DELETE}
311@key{BACKSPACE} key, whichever one is easy to type. 311key 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
776Meta is the name of a modifier bit which you can use in a command 776Meta is the name of a modifier bit which you can use in a command
777character. To enter a meta character, you hold down the @key{META} or 777character. To enter a meta character, you hold down the @key{META}
778@key{ALT} key while typing the character. We refer to such characters 778key while typing the character. We refer to such characters with
779with names that start with @kbd{Meta-} (usually written @kbd{M-} for 779names that start with @kbd{Meta-} (usually written @kbd{M-} for
780short). For example, @kbd{M-<} is typed by holding down @key{META} 780short). For example, @kbd{M-<} is typed by holding down @key{META}
781and at the same time typing @kbd{<} (which itself is done, on most 781and at the same time typing @kbd{<} (which itself is done, on most
782terminals, by holding down @key{SHIFT} and typing @kbd{,}). 782terminals, by holding down @key{SHIFT} and typing @kbd{,}).
783@xref{User Input,Meta}. 783@xref{User Input,Meta}.
784 784
785On some terminals, the @key{META} key is actually labeled @key{ALT}
786or @key{EDIT}.
787
785@item Meta Character 788@item Meta Character
786A Meta character is one whose character code includes the Meta bit. 789A Meta character is one whose character code includes the Meta bit.
787 790