aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-05 03:13:21 +0000
committerRichard M. Stallman2001-11-05 03:13:21 +0000
commit052d59fc58fc81d7fb3aa37041ec4b477701e21b (patch)
treedc434afdefe8a716cb48afa699acf5d96f1659a2
parent48461f7cdec26eca9e5d71eb904699376a2296f6 (diff)
downloademacs-052d59fc58fc81d7fb3aa37041ec4b477701e21b.tar.gz
emacs-052d59fc58fc81d7fb3aa37041ec4b477701e21b.zip
Add SPC, TAB, CTRL. Update DEL and Meta.
-rw-r--r--man/glossary.texi33
1 files changed, 24 insertions, 9 deletions
diff --git a/man/glossary.texi b/man/glossary.texi
index fd99260dbfc..a6c42ad3472 100644
--- a/man/glossary.texi
+++ b/man/glossary.texi
@@ -245,6 +245,10 @@ people.
245The particular form of copyleft used by the GNU project is called the 245The particular form of copyleft used by the GNU project is called the
246GNU General Public License. @xref{Copying}. 246GNU General Public License. @xref{Copying}.
247 247
248@item @key{CTRL}
249The @key{CTLR} or ``control'' key is what you hold down
250in order to enter a control character (q.v.).
251
248@item Current Buffer 252@item Current Buffer
249The current buffer in Emacs is the Emacs buffer on which most editing 253The current buffer in Emacs is the Emacs buffer on which most editing
250commands operate. You can select any Emacs buffer as the current one. 254commands operate. You can select any Emacs buffer as the current one.
@@ -302,8 +306,10 @@ A defun is a major definition at the top level in a program. The name
302@code{defun}. @xref{Defuns}. 306@code{defun}. @xref{Defuns}.
303 307
304@item @key{DEL} 308@item @key{DEL}
305@key{DEL} is a character that runs the command to delete one character of 309@key{DEL} is a character that runs the command to delete one character
306text. @xref{Basic,DEL,Basic Editing}. 310of text. It is typically either the @key{DELETE} key or the
311@key{BACKSPACE} key, whichever one is easy to type.
312@xref{Basic,DEL,Basic Editing}.
307 313
308@item Deletion 314@item Deletion
309Deletion means erasing text without copying it into the kill ring 315Deletion means erasing text without copying it into the kill ring
@@ -767,13 +773,14 @@ a keyboard interface to navigate it. @xref{Menu Bars}.
767See `mail.' 773See `mail.'
768 774
769@item Meta 775@item Meta
770Meta is the name of a modifier bit which a command character may have. 776Meta is the name of a modifier bit which you can use in a command
771It is present in a character if the character is typed with the 777character. To enter a meta character, you hold down the @key{META} or
772@key{META} key held down. Such characters are given names that start 778@key{ALT} key while typing the character. We refer to such characters
773with @kbd{Meta-} (usually written @kbd{M-} for short). For example, 779with names that start with @kbd{Meta-} (usually written @kbd{M-} for
774@kbd{M-<} is typed by holding down @key{META} and at the same time 780short). For example, @kbd{M-<} is typed by holding down @key{META}
775typing @kbd{<} (which itself is done, on most terminals, by holding 781and at the same time typing @kbd{<} (which itself is done, on most
776down @key{SHIFT} and typing @kbd{,}). @xref{User Input,Meta}. 782terminals, by holding down @key{SHIFT} and typing @kbd{,}).
783@xref{User Input,Meta}.
777 784
778@item Meta Character 785@item Meta Character
779A Meta character is one whose character code includes the Meta bit. 786A Meta character is one whose character code includes the Meta bit.
@@ -1076,6 +1083,10 @@ or her work. Emacs detects all cases of simultaneous editing, and
1076warns one of the users to investigate. 1083warns one of the users to investigate.
1077@xref{Interlocking,Interlocking,Simultaneous Editing}. 1084@xref{Interlocking,Interlocking,Simultaneous Editing}.
1078 1085
1086@item @key{SPC}
1087@key{SPC} is the space character, which you enter by pressing the
1088space bar.
1089
1079@item Speedbar 1090@item Speedbar
1080Speedbar is a special tall frame that provides fast access to Emacs 1091Speedbar is a special tall frame that provides fast access to Emacs
1081buffers, functions within those buffers, Info nodes, and other 1092buffers, functions within those buffers, Info nodes, and other
@@ -1123,6 +1134,10 @@ to its parent process, which is usually a shell. Unlike killing a job
1123(q.v.@:), you can later resume the suspended Emacs job without losing 1134(q.v.@:), you can later resume the suspended Emacs job without losing
1124your buffers, unsaved edits, undo history, etc. @xref{Exiting}. 1135your buffers, unsaved edits, undo history, etc. @xref{Exiting}.
1125 1136
1137@item @key{TAB}
1138@key{TAB} is the tab character. In Emacs it is typically used for
1139indentation or completion.
1140
1126@item Tags Table 1141@item Tags Table
1127A tags table is a file that serves as an index to the function 1142A tags table is a file that serves as an index to the function
1128definitions in one or more other files. @xref{Tags}. 1143definitions in one or more other files. @xref{Tags}.