aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-04 20:28:06 -0400
committerGlenn Morris2012-04-04 20:28:06 -0400
commit6cac07d8ab677e8cf2f5552880c9bf0118fba01d (patch)
tree580177358a6c7a5a48ef8a2f6225b137166f51ad
parent8980d0b9e91ff03c5fcae22dddff1e845bb5aaa2 (diff)
downloademacs-6cac07d8ab677e8cf2f5552880c9bf0118fba01d.tar.gz
emacs-6cac07d8ab677e8cf2f5552880c9bf0118fba01d.zip
More anchors for internal Glossary links.
-rw-r--r--doc/emacs/glossary.texi33
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
253file names. Completion usually occurs when @key{TAB}, @key{SPC} or 254file 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
257When a line of text is longer than the width of the window, it 259When a line of text is longer than the width of the window, it
258normally (but see `Truncation') takes up more than one screen line 260normally (but see @ref{Glossary - Truncation}) takes up more than one
259when displayed. We say that the text line is continued, and all 261screen line when displayed. We say that the text line is continued, and all
260screen lines used for it after the first are called continuation 262screen lines used for it after the first are called continuation
261lines. @xref{Continuation Lines}. A related Emacs feature is 263lines. @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}
282The @key{CTRL} or ``control'' key is what you hold down 284The @key{CTRL} or ``control'' key is what you hold down
283in order to enter a control character (q.v.). See also `@kbd{C-}'. 285in order to enter a control character (q.v.). @xref{Glossary - C-}.
284 286
285@item Current Buffer 287@item Current Buffer
286The current buffer in Emacs is the Emacs buffer on which most editing 288The 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
321A daemon is a standard term for a system-level process that runs in the 324A daemon is a standard term for a system-level process that runs in the
322background. Daemons are often started when the system first starts up. 325background. 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
381you can place individual files or subdirectories. They are sometimes 384you can place individual files or subdirectories. They are sometimes
382referred to as ``folders''. @xref{Directories}. 385referred to as ``folders''. @xref{Directories}.
383 386
387@anchor{Glossary - Directory Local Variable}
384@item Directory Local Variable 388@item Directory Local Variable
385A directory local variable is a local variable (q.v.@:) that applies 389A directory local variable is a local variable (q.v.@:) that applies
386to all the files within a certain directory. @xref{Directory 390to 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
492A file local variable is a local variable (q.v.@:) specified in a 496A file local variable is a local variable (q.v.@:) specified in a
493given file. @xref{File Variables}. See also `directory variable'. 497given file. @xref{File Variables}, and @ref{Glossary - Directory
498Local 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}.
605The global mark ring records the series of buffers you have recently 610The global mark ring records the series of buffers you have recently
606set a mark (q.v.@:) in. In many cases you can use this to backtrack 611set a mark (q.v.@:) in. In many cases you can use this to backtrack
607through buffers you have been editing, or in which you have found 612through buffers you have been editing, or in which you have found
608tags (see `tags table'). @xref{Global Mark Ring}. 613tags (@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
644Emacs uses highlighting in several ways. It highlights the region 649Emacs uses highlighting in several ways. It highlights the region
645whenever it is active (@pxref{Mark}). Incremental search also 650whenever it is active (@pxref{Mark}). Incremental search also
646highlights matches (@pxref{Incremental Search}). See also `font lock'. 651highlights matches (@pxref{Incremental Search}). @xref{Glossary - Font Lock}.
647 652
648@item Hardcopy 653@item Hardcopy
649Hardcopy means printed output. Emacs has various commands for 654Hardcopy 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
752A keyboard shortcut is a key sequence (q.v.@:) that invokes a 757A keyboard shortcut is a key sequence (q.v.@:) that invokes a
753command. What some programs call ``assigning a keyboard shortcut'', 758command. What some programs call ``assigning a keyboard shortcut'',
754Emacs calls ``binding a key sequence''. See `binding'. 759Emacs calls ``binding a key sequence''. @xref{Glossary - Binding}.
755 760
756@item Key Sequence 761@item Key Sequence
757A key sequence (key, for short) is a sequence of input events (q.v.@:) 762A 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
771key sequences. 776key sequences.
772 777
773@item Kill Ring 778@item Kill Ring
774The kill ring is where all text you have killed (see `killing') 779The kill ring is where all text you have killed (@pxref{Glossary - Killing})
775recently is saved. You can reinsert any of the killed text still in 780recently is saved. You can reinsert any of the killed text still in
776the ring; this is called yanking (q.v.@:). @xref{Yanking}. 781the 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
969Control-J characters in the buffer terminate lines of text and are 974Control-J characters in the buffer terminate lines of text and are
970therefore also called newlines. See `End of Line'. 975therefore 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
1220Within Emacs, you can start a `server' process, which listens for 1225Within Emacs, you can start a `server' process, which listens for
1221connections from `clients'. This offers a faster alternative to 1226connections from `clients'. This offers a faster alternative to
1222starting several Emacs instances. @xref{Emacs Server}. See also 1227starting 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
1300indentation or completion. 1305indentation or completion.
1301 1306
1307@anchor{Glossary - Tags Table}
1302@item Tags Table 1308@item Tags Table
1303A tags table is a file that serves as an index to the function 1309A tags table is a file that serves as an index to the function
1304definitions in one or more other files. @xref{Tags}. 1310definitions 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
1374Truncating text lines in the display means leaving out any text on a 1381Truncating text lines in the display means leaving out any text on a
1375line that does not fit within the right margin of the window 1382line that does not fit within the right margin of the window
1376displaying it. See also `continuation line'. 1383displaying 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}.