diff options
| -rw-r--r-- | man/glossary.texi | 33 |
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. | |||
| 245 | The particular form of copyleft used by the GNU project is called the | 245 | The particular form of copyleft used by the GNU project is called the |
| 246 | GNU General Public License. @xref{Copying}. | 246 | GNU General Public License. @xref{Copying}. |
| 247 | 247 | ||
| 248 | @item @key{CTRL} | ||
| 249 | The @key{CTLR} or ``control'' key is what you hold down | ||
| 250 | in order to enter a control character (q.v.). | ||
| 251 | |||
| 248 | @item Current Buffer | 252 | @item Current Buffer |
| 249 | The current buffer in Emacs is the Emacs buffer on which most editing | 253 | The current buffer in Emacs is the Emacs buffer on which most editing |
| 250 | commands operate. You can select any Emacs buffer as the current one. | 254 | commands 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 |
| 306 | text. @xref{Basic,DEL,Basic Editing}. | 310 | of 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 |
| 309 | Deletion means erasing text without copying it into the kill ring | 315 | Deletion means erasing text without copying it into the kill ring |
| @@ -767,13 +773,14 @@ a keyboard interface to navigate it. @xref{Menu Bars}. | |||
| 767 | See `mail.' | 773 | See `mail.' |
| 768 | 774 | ||
| 769 | @item Meta | 775 | @item Meta |
| 770 | Meta is the name of a modifier bit which a command character may have. | 776 | Meta is the name of a modifier bit which you can use in a command |
| 771 | It is present in a character if the character is typed with the | 777 | character. 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 |
| 773 | with @kbd{Meta-} (usually written @kbd{M-} for short). For example, | 779 | with 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 | 780 | short). For example, @kbd{M-<} is typed by holding down @key{META} |
| 775 | typing @kbd{<} (which itself is done, on most terminals, by holding | 781 | and at the same time typing @kbd{<} (which itself is done, on most |
| 776 | down @key{SHIFT} and typing @kbd{,}). @xref{User Input,Meta}. | 782 | terminals, by holding down @key{SHIFT} and typing @kbd{,}). |
| 783 | @xref{User Input,Meta}. | ||
| 777 | 784 | ||
| 778 | @item Meta Character | 785 | @item Meta Character |
| 779 | A Meta character is one whose character code includes the Meta bit. | 786 | A 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 | |||
| 1076 | warns one of the users to investigate. | 1083 | warns 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 | ||
| 1088 | space bar. | ||
| 1089 | |||
| 1079 | @item Speedbar | 1090 | @item Speedbar |
| 1080 | Speedbar is a special tall frame that provides fast access to Emacs | 1091 | Speedbar is a special tall frame that provides fast access to Emacs |
| 1081 | buffers, functions within those buffers, Info nodes, and other | 1092 | buffers, 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 |
| 1124 | your buffers, unsaved edits, undo history, etc. @xref{Exiting}. | 1135 | your 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 | ||
| 1139 | indentation or completion. | ||
| 1140 | |||
| 1126 | @item Tags Table | 1141 | @item Tags Table |
| 1127 | A tags table is a file that serves as an index to the function | 1142 | A tags table is a file that serves as an index to the function |
| 1128 | definitions in one or more other files. @xref{Tags}. | 1143 | definitions in one or more other files. @xref{Tags}. |