Mercurial > emacs
changeset 40732:74a8e2849d25
Add SPC, TAB, CTRL. Update DEL and Meta.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Nov 2001 03:13:21 +0000 |
parents | 90e040626ebf |
children | 2b78c1af4afa |
files | man/glossary.texi |
diffstat | 1 files changed, 24 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/man/glossary.texi Mon Nov 05 02:35:44 2001 +0000 +++ b/man/glossary.texi Mon Nov 05 03:13:21 2001 +0000 @@ -245,6 +245,10 @@ The particular form of copyleft used by the GNU project is called the GNU General Public License. @xref{Copying}. +@item @key{CTRL} +The @key{CTLR} or ``control'' key is what you hold down +in order to enter a control character (q.v.). + @item Current Buffer The current buffer in Emacs is the Emacs buffer on which most editing commands operate. You can select any Emacs buffer as the current one. @@ -302,8 +306,10 @@ @code{defun}. @xref{Defuns}. @item @key{DEL} -@key{DEL} is a character that runs the command to delete one character of -text. @xref{Basic,DEL,Basic Editing}. +@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. +@xref{Basic,DEL,Basic Editing}. @item Deletion Deletion means erasing text without copying it into the kill ring @@ -767,13 +773,14 @@ See `mail.' @item Meta -Meta is the name of a modifier bit which a command character may have. -It is present in a character if the character is typed with the -@key{META} key held down. Such characters are given 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}. +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 +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}. @item Meta Character A Meta character is one whose character code includes the Meta bit. @@ -1076,6 +1083,10 @@ warns one of the users to investigate. @xref{Interlocking,Interlocking,Simultaneous Editing}. +@item @key{SPC} +@key{SPC} is the space character, which you enter by pressing the +space bar. + @item Speedbar Speedbar is a special tall frame that provides fast access to Emacs buffers, functions within those buffers, Info nodes, and other @@ -1123,6 +1134,10 @@ (q.v.@:), you can later resume the suspended Emacs job without losing your buffers, unsaved edits, undo history, etc. @xref{Exiting}. +@item @key{TAB} +@key{TAB} is the tab character. In Emacs it is typically used for +indentation or completion. + @item Tags Table A tags table is a file that serves as an index to the function definitions in one or more other files. @xref{Tags}.