diff options
| author | Glenn Morris | 2012-04-04 20:28:06 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-04 20:28:06 -0400 |
| commit | 6cac07d8ab677e8cf2f5552880c9bf0118fba01d (patch) | |
| tree | 580177358a6c7a5a48ef8a2f6225b137166f51ad | |
| parent | 8980d0b9e91ff03c5fcae22dddff1e845bb5aaa2 (diff) | |
| download | emacs-6cac07d8ab677e8cf2f5552880c9bf0118fba01d.tar.gz emacs-6cac07d8ab677e8cf2f5552880c9bf0118fba01d.zip | |
More anchors for internal Glossary links.
| -rw-r--r-- | doc/emacs/glossary.texi | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index 778bc6f5080..f4ea4f30cd5 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi | |||
| @@ -156,6 +156,7 @@ right away when you press down on a mouse button. @xref{Mouse Buttons}. | |||
| 156 | @item Byte Compilation | 156 | @item Byte Compilation |
| 157 | @xref{Glossary - Compilation}. | 157 | @xref{Glossary - Compilation}. |
| 158 | 158 | ||
| 159 | @anchor{Glossary - C-} | ||
| 159 | @item @kbd{C-} | 160 | @item @kbd{C-} |
| 160 | @kbd{C-} in the name of a character is an abbreviation for Control. | 161 | @kbd{C-} in the name of a character is an abbreviation for Control. |
| 161 | @xref{User Input,C-}. | 162 | @xref{User Input,C-}. |
| @@ -253,10 +254,11 @@ is known; for example, on command names, buffer names, and | |||
| 253 | file names. Completion usually occurs when @key{TAB}, @key{SPC} or | 254 | file names. Completion usually occurs when @key{TAB}, @key{SPC} or |
| 254 | @key{RET} is typed. @xref{Completion}.@refill | 255 | @key{RET} is typed. @xref{Completion}.@refill |
| 255 | 256 | ||
| 257 | @anchor{Glossary - Continuation Line} | ||
| 256 | @item Continuation Line | 258 | @item Continuation Line |
| 257 | When a line of text is longer than the width of the window, it | 259 | When a line of text is longer than the width of the window, it |
| 258 | normally (but see `Truncation') takes up more than one screen line | 260 | normally (but see @ref{Glossary - Truncation}) takes up more than one |
| 259 | when displayed. We say that the text line is continued, and all | 261 | screen line when displayed. We say that the text line is continued, and all |
| 260 | screen lines used for it after the first are called continuation | 262 | screen lines used for it after the first are called continuation |
| 261 | lines. @xref{Continuation Lines}. A related Emacs feature is | 263 | lines. @xref{Continuation Lines}. A related Emacs feature is |
| 262 | `filling' (q.v.@:). | 264 | `filling' (q.v.@:). |
| @@ -280,7 +282,7 @@ GNU General Public License. @xref{Copying}. | |||
| 280 | 282 | ||
| 281 | @item @key{CTRL} | 283 | @item @key{CTRL} |
| 282 | The @key{CTRL} or ``control'' key is what you hold down | 284 | The @key{CTRL} or ``control'' key is what you hold down |
| 283 | in order to enter a control character (q.v.). See also `@kbd{C-}'. | 285 | in order to enter a control character (q.v.). @xref{Glossary - C-}. |
| 284 | 286 | ||
| 285 | @item Current Buffer | 287 | @item Current Buffer |
| 286 | The current buffer in Emacs is the Emacs buffer on which most editing | 288 | The current buffer in Emacs is the Emacs buffer on which most editing |
| @@ -317,6 +319,7 @@ or by rebinding key sequences (@pxref{Keymaps}). | |||
| 317 | @item Cut and Paste | 319 | @item Cut and Paste |
| 318 | @xref{Glossary - Killing}, and @ref{Glossary - Yanking}. | 320 | @xref{Glossary - Killing}, and @ref{Glossary - Yanking}. |
| 319 | 321 | ||
| 322 | @anchor{Glossary - Daemon} | ||
| 320 | @item Daemon | 323 | @item Daemon |
| 321 | A daemon is a standard term for a system-level process that runs in the | 324 | A daemon is a standard term for a system-level process that runs in the |
| 322 | background. Daemons are often started when the system first starts up. | 325 | background. Daemons are often started when the system first starts up. |
| @@ -381,6 +384,7 @@ File directories are named collections in the file system, within which | |||
| 381 | you can place individual files or subdirectories. They are sometimes | 384 | you can place individual files or subdirectories. They are sometimes |
| 382 | referred to as ``folders''. @xref{Directories}. | 385 | referred to as ``folders''. @xref{Directories}. |
| 383 | 386 | ||
| 387 | @anchor{Glossary - Directory Local Variable} | ||
| 384 | @item Directory Local Variable | 388 | @item Directory Local Variable |
| 385 | A directory local variable is a local variable (q.v.@:) that applies | 389 | A directory local variable is a local variable (q.v.@:) that applies |
| 386 | to all the files within a certain directory. @xref{Directory | 390 | to all the files within a certain directory. @xref{Directory |
| @@ -490,7 +494,8 @@ order to display that text as specified by the face attributes. | |||
| 490 | 494 | ||
| 491 | @item File Local Variable | 495 | @item File Local Variable |
| 492 | A file local variable is a local variable (q.v.@:) specified in a | 496 | A file local variable is a local variable (q.v.@:) specified in a |
| 493 | given file. @xref{File Variables}. See also `directory variable'. | 497 | given file. @xref{File Variables}, and @ref{Glossary - Directory |
| 498 | Local Variable}. | ||
| 494 | 499 | ||
| 495 | @anchor{Glossary - File Locking} | 500 | @anchor{Glossary - File Locking} |
| 496 | @item File Locking | 501 | @item File Locking |
| @@ -605,7 +610,7 @@ mode's local keymap (q.v.@:). @xref{Keymaps}. | |||
| 605 | The global mark ring records the series of buffers you have recently | 610 | The global mark ring records the series of buffers you have recently |
| 606 | set a mark (q.v.@:) in. In many cases you can use this to backtrack | 611 | set a mark (q.v.@:) in. In many cases you can use this to backtrack |
| 607 | through buffers you have been editing, or in which you have found | 612 | through buffers you have been editing, or in which you have found |
| 608 | tags (see `tags table'). @xref{Global Mark Ring}. | 613 | tags (@pxref{Glossary - Tags Table}). @xref{Global Mark Ring}. |
| 609 | 614 | ||
| 610 | @anchor{Glossary - Global Substitution} | 615 | @anchor{Glossary - Global Substitution} |
| 611 | @item Global Substitution | 616 | @item Global Substitution |
| @@ -643,7 +648,7 @@ buffer. | |||
| 643 | 648 | ||
| 644 | Emacs uses highlighting in several ways. It highlights the region | 649 | Emacs uses highlighting in several ways. It highlights the region |
| 645 | whenever it is active (@pxref{Mark}). Incremental search also | 650 | whenever it is active (@pxref{Mark}). Incremental search also |
| 646 | highlights matches (@pxref{Incremental Search}). See also `font lock'. | 651 | highlights matches (@pxref{Incremental Search}). @xref{Glossary - Font Lock}. |
| 647 | 652 | ||
| 648 | @item Hardcopy | 653 | @item Hardcopy |
| 649 | Hardcopy means printed output. Emacs has various commands for | 654 | Hardcopy means printed output. Emacs has various commands for |
| @@ -751,7 +756,7 @@ play them back as many times as you like. | |||
| 751 | @item Keyboard Shortcut | 756 | @item Keyboard Shortcut |
| 752 | A keyboard shortcut is a key sequence (q.v.@:) that invokes a | 757 | A keyboard shortcut is a key sequence (q.v.@:) that invokes a |
| 753 | command. What some programs call ``assigning a keyboard shortcut'', | 758 | command. What some programs call ``assigning a keyboard shortcut'', |
| 754 | Emacs calls ``binding a key sequence''. See `binding'. | 759 | Emacs calls ``binding a key sequence''. @xref{Glossary - Binding}. |
| 755 | 760 | ||
| 756 | @item Key Sequence | 761 | @item Key Sequence |
| 757 | A key sequence (key, for short) is a sequence of input events (q.v.@:) | 762 | A key sequence (key, for short) is a sequence of input events (q.v.@:) |
| @@ -771,7 +776,7 @@ codes that come from the terminal into the character codes that make up | |||
| 771 | key sequences. | 776 | key sequences. |
| 772 | 777 | ||
| 773 | @item Kill Ring | 778 | @item Kill Ring |
| 774 | The kill ring is where all text you have killed (see `killing') | 779 | The kill ring is where all text you have killed (@pxref{Glossary - Killing}) |
| 775 | recently is saved. You can reinsert any of the killed text still in | 780 | recently is saved. You can reinsert any of the killed text still in |
| 776 | the ring; this is called yanking (q.v.@:). @xref{Yanking}. | 781 | the ring; this is called yanking (q.v.@:). @xref{Yanking}. |
| 777 | 782 | ||
| @@ -967,7 +972,7 @@ all. @xref{Narrowing}. | |||
| 967 | 972 | ||
| 968 | @item Newline | 973 | @item Newline |
| 969 | Control-J characters in the buffer terminate lines of text and are | 974 | Control-J characters in the buffer terminate lines of text and are |
| 970 | therefore also called newlines. See `End of Line'. | 975 | therefore also called newlines. @xref{Glossary - End Of Line}. |
| 971 | 976 | ||
| 972 | @cindex nil | 977 | @cindex nil |
| 973 | @cindex t | 978 | @cindex t |
| @@ -1219,8 +1224,8 @@ Emacs has commands for moving by or killing by sentences. | |||
| 1219 | @item Server | 1224 | @item Server |
| 1220 | Within Emacs, you can start a `server' process, which listens for | 1225 | Within Emacs, you can start a `server' process, which listens for |
| 1221 | connections from `clients'. This offers a faster alternative to | 1226 | connections from `clients'. This offers a faster alternative to |
| 1222 | starting several Emacs instances. @xref{Emacs Server}. See also | 1227 | starting several Emacs instances. @xref{Emacs Server}, and |
| 1223 | `daemon'. | 1228 | @ref{Glossary - Daemon}. |
| 1224 | 1229 | ||
| 1225 | @c This is only covered in the lispref, not the user manual. | 1230 | @c This is only covered in the lispref, not the user manual. |
| 1226 | @ignore | 1231 | @ignore |
| @@ -1299,6 +1304,7 @@ your buffers, unsaved edits, undo history, etc. @xref{Exiting}. | |||
| 1299 | @key{TAB} is the tab character. In Emacs it is typically used for | 1304 | @key{TAB} is the tab character. In Emacs it is typically used for |
| 1300 | indentation or completion. | 1305 | indentation or completion. |
| 1301 | 1306 | ||
| 1307 | @anchor{Glossary - Tags Table} | ||
| 1302 | @item Tags Table | 1308 | @item Tags Table |
| 1303 | A tags table is a file that serves as an index to the function | 1309 | A tags table is a file that serves as an index to the function |
| 1304 | definitions in one or more other files. @xref{Tags}. | 1310 | definitions in one or more other files. @xref{Tags}. |
| @@ -1370,11 +1376,12 @@ two adjacent characters, words, balanced expressions (q.v.@:) or lines | |||
| 1370 | @item Trash Can | 1376 | @item Trash Can |
| 1371 | @xref{Glossary - Deletion of Files}. | 1377 | @xref{Glossary - Deletion of Files}. |
| 1372 | 1378 | ||
| 1379 | @anchor{Glossary - Truncation} | ||
| 1373 | @item Truncation | 1380 | @item Truncation |
| 1374 | Truncating text lines in the display means leaving out any text on a | 1381 | Truncating text lines in the display means leaving out any text on a |
| 1375 | line that does not fit within the right margin of the window | 1382 | line that does not fit within the right margin of the window |
| 1376 | displaying it. See also `continuation line'. | 1383 | displaying it. @xref{Continuation Lines,Truncation}, and |
| 1377 | @xref{Continuation Lines,Truncation}. | 1384 | @ref{Glossary - Continuation Line}. |
| 1378 | 1385 | ||
| 1379 | @item TTY | 1386 | @item TTY |
| 1380 | @xref{Glossary - Text-only Terminal}. | 1387 | @xref{Glossary - Text-only Terminal}. |