diff options
| author | Richard M. Stallman | 2007-04-07 02:08:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 02:08:53 +0000 |
| commit | 6d0d3a2f4f271450e5b7f9b2bf5ae0d994d5e21b (patch) | |
| tree | d461cacd1cd4786e228ea035a3565cefbfe1522c /lispref | |
| parent | fb23b78ef28e16ea62e2f6f6f092ae9527a7693a (diff) | |
| download | emacs-6d0d3a2f4f271450e5b7f9b2bf5ae0d994d5e21b.tar.gz emacs-6d0d3a2f4f271450e5b7f9b2bf5ae0d994d5e21b.zip | |
Improve index entries. Remove redundant ones.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/backups.texi | 5 | ||||
| -rw-r--r-- | lispref/display.texi | 15 | ||||
| -rw-r--r-- | lispref/markers.texi | 5 |
3 files changed, 9 insertions, 16 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index fab6cb193b3..44795557f15 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | @node Backups and Auto-Saving, Buffers, Files, Top | 7 | @node Backups and Auto-Saving, Buffers, Files, Top |
| 8 | @chapter Backups and Auto-Saving | 8 | @chapter Backups and Auto-Saving |
| 9 | @cindex backups and auto-saving | 9 | @cindex backups and auto-saving |
| 10 | @cindex back up and auto save | ||
| 11 | 10 | ||
| 12 | Backup files and auto-save files are two methods by which Emacs tries | 11 | Backup files and auto-save files are two methods by which Emacs tries |
| 13 | to protect the user from the consequences of crashes or of the user's | 12 | to protect the user from the consequences of crashes or of the user's |
| @@ -164,7 +163,7 @@ files. If you define it, you may need to change | |||
| 164 | 163 | ||
| 165 | @node Rename or Copy | 164 | @node Rename or Copy |
| 166 | @subsection Backup by Renaming or by Copying? | 165 | @subsection Backup by Renaming or by Copying? |
| 167 | @cindex backup files, how to make them | 166 | @cindex backup files, rename or copy |
| 168 | 167 | ||
| 169 | There are two ways that Emacs can make a backup file: | 168 | There are two ways that Emacs can make a backup file: |
| 170 | 169 | ||
| @@ -419,7 +418,7 @@ automatically compare a file with its most recent backup. | |||
| 419 | 418 | ||
| 420 | @node Auto-Saving | 419 | @node Auto-Saving |
| 421 | @section Auto-Saving | 420 | @section Auto-Saving |
| 422 | @cindex auto-saving | 421 | @c @cindex auto-saving Lots of symbols starting with auto-save here. |
| 423 | 422 | ||
| 424 | Emacs periodically saves all files that you are visiting; this is | 423 | Emacs periodically saves all files that you are visiting; this is |
| 425 | called @dfn{auto-saving}. Auto-saving prevents you from losing more | 424 | called @dfn{auto-saving}. Auto-saving prevents you from losing more |
diff --git a/lispref/display.texi b/lispref/display.texi index 9738d313e28..48b08ab28b2 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -840,7 +840,7 @@ make it invisible again. | |||
| 840 | 840 | ||
| 841 | @node Selective Display | 841 | @node Selective Display |
| 842 | @section Selective Display | 842 | @section Selective Display |
| 843 | @cindex selective display | 843 | @c @cindex selective display Duplicates selective-display |
| 844 | 844 | ||
| 845 | @dfn{Selective display} refers to a pair of related features for | 845 | @dfn{Selective display} refers to a pair of related features for |
| 846 | hiding certain lines on the screen. | 846 | hiding certain lines on the screen. |
| @@ -2502,7 +2502,6 @@ makes @code{modeline} an alias for the @code{mode-line} face. | |||
| 2502 | @cindex automatic face assignment | 2502 | @cindex automatic face assignment |
| 2503 | @cindex faces, automatic choice | 2503 | @cindex faces, automatic choice |
| 2504 | 2504 | ||
| 2505 | @cindex Font-Lock mode | ||
| 2506 | This hook is used for automatically assigning faces to text in the | 2505 | This hook is used for automatically assigning faces to text in the |
| 2507 | buffer. It is part of the implementation of Font-Lock mode. | 2506 | buffer. It is part of the implementation of Font-Lock mode. |
| 2508 | 2507 | ||
| @@ -2744,7 +2743,7 @@ does that, this function's value may not be accurate. | |||
| 2744 | 2743 | ||
| 2745 | @node Fringes | 2744 | @node Fringes |
| 2746 | @section Fringes | 2745 | @section Fringes |
| 2747 | @cindex Fringes | 2746 | @cindex fringes |
| 2748 | 2747 | ||
| 2749 | The @dfn{fringes} of a window are thin vertical strips down the | 2748 | The @dfn{fringes} of a window are thin vertical strips down the |
| 2750 | sides that are used for displaying bitmaps that indicate truncation, | 2749 | sides that are used for displaying bitmaps that indicate truncation, |
| @@ -3074,7 +3073,7 @@ bitmap's face controls the color to draw it in. | |||
| 3074 | 3073 | ||
| 3075 | @node Overlay Arrow | 3074 | @node Overlay Arrow |
| 3076 | @subsection The Overlay Arrow | 3075 | @subsection The Overlay Arrow |
| 3077 | @cindex overlay arrow | 3076 | @c @cindex overlay arrow Duplicates variable names |
| 3078 | 3077 | ||
| 3079 | The @dfn{overlay arrow} is useful for directing the user's attention | 3078 | The @dfn{overlay arrow} is useful for directing the user's attention |
| 3080 | to a particular line in a buffer. For example, in the modes used for | 3079 | to a particular line in a buffer. For example, in the modes used for |
| @@ -3292,7 +3291,6 @@ display specifications and what they mean. | |||
| 3292 | @node Specified Space | 3291 | @node Specified Space |
| 3293 | @subsection Specified Spaces | 3292 | @subsection Specified Spaces |
| 3294 | @cindex spaces, specified height or width | 3293 | @cindex spaces, specified height or width |
| 3295 | @cindex specified spaces | ||
| 3296 | @cindex variable-width spaces | 3294 | @cindex variable-width spaces |
| 3297 | 3295 | ||
| 3298 | To display a space of specified width and/or height, use a display | 3296 | To display a space of specified width and/or height, use a display |
| @@ -4300,7 +4298,6 @@ are cleared. | |||
| 4300 | 4298 | ||
| 4301 | @node Buttons | 4299 | @node Buttons |
| 4302 | @section Buttons | 4300 | @section Buttons |
| 4303 | @cindex buttons | ||
| 4304 | @cindex buttons in buffers | 4301 | @cindex buttons in buffers |
| 4305 | @cindex clickable buttons in buffers | 4302 | @cindex clickable buttons in buffers |
| 4306 | 4303 | ||
| @@ -4624,7 +4621,6 @@ buffer. If @var{count-current} is non-@code{nil}, count any button at | |||
| 4624 | @node Abstract Display | 4621 | @node Abstract Display |
| 4625 | @section Abstract Display | 4622 | @section Abstract Display |
| 4626 | @cindex ewoc | 4623 | @cindex ewoc |
| 4627 | @cindex abstract display | ||
| 4628 | @cindex display, abstract | 4624 | @cindex display, abstract |
| 4629 | @cindex display, arbitrary objects | 4625 | @cindex display, arbitrary objects |
| 4630 | @cindex model/view/controller | 4626 | @cindex model/view/controller |
| @@ -4958,9 +4954,8 @@ ewoc is created to be either @code{nil} or an index into the vector | |||
| 4958 | @node Blinking | 4954 | @node Blinking |
| 4959 | @section Blinking Parentheses | 4955 | @section Blinking Parentheses |
| 4960 | @cindex parenthesis matching | 4956 | @cindex parenthesis matching |
| 4961 | @cindex blinking | 4957 | @cindex blinking parentheses |
| 4962 | @cindex balancing parentheses | 4958 | @cindex balancing parentheses |
| 4963 | @cindex close parenthesis | ||
| 4964 | 4959 | ||
| 4965 | This section describes the mechanism by which Emacs shows a matching | 4960 | This section describes the mechanism by which Emacs shows a matching |
| 4966 | open parenthesis when the user inserts a close parenthesis. | 4961 | open parenthesis when the user inserts a close parenthesis. |
| @@ -5332,7 +5327,7 @@ display by sending @var{string} to the terminal. | |||
| 5332 | 5327 | ||
| 5333 | @node Beeping | 5328 | @node Beeping |
| 5334 | @section Beeping | 5329 | @section Beeping |
| 5335 | @cindex beeping | 5330 | @c @cindex beeping "beep" is adjacent |
| 5336 | @cindex bell | 5331 | @cindex bell |
| 5337 | 5332 | ||
| 5338 | This section describes how to make Emacs ring the bell (or blink the | 5333 | This section describes how to make Emacs ring the bell (or blink the |
diff --git a/lispref/markers.texi b/lispref/markers.texi index 1cf3501d460..519b8a1316a 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi | |||
| @@ -176,7 +176,6 @@ buffer unless narrowing is in effect. @xref{Narrowing}. | |||
| 176 | @end defun | 176 | @end defun |
| 177 | 177 | ||
| 178 | @defun point-max-marker | 178 | @defun point-max-marker |
| 179 | @cindex end of buffer marker | ||
| 180 | This function returns a new marker that points to the end of the | 179 | This function returns a new marker that points to the end of the |
| 181 | accessible portion of the buffer. This will be the end of the buffer | 180 | accessible portion of the buffer. This will be the end of the buffer |
| 182 | unless narrowing is in effect. @xref{Narrowing}. | 181 | unless narrowing is in effect. @xref{Narrowing}. |
| @@ -550,7 +549,7 @@ The return value is not meaningful. | |||
| 550 | @end defun | 549 | @end defun |
| 551 | 550 | ||
| 552 | @defopt transient-mark-mode | 551 | @defopt transient-mark-mode |
| 553 | @cindex Transient Mark mode | 552 | @c @cindex Transient Mark mode Redundant |
| 554 | This variable if non-@code{nil} enables Transient Mark mode, in which | 553 | This variable if non-@code{nil} enables Transient Mark mode, in which |
| 555 | every buffer-modifying primitive sets @code{deactivate-mark}. The | 554 | every buffer-modifying primitive sets @code{deactivate-mark}. The |
| 556 | consequence of this is that commands that modify the buffer normally | 555 | consequence of this is that commands that modify the buffer normally |
| @@ -629,7 +628,7 @@ more marks than this are pushed onto the @code{mark-ring}, | |||
| 629 | 628 | ||
| 630 | @node The Region | 629 | @node The Region |
| 631 | @section The Region | 630 | @section The Region |
| 632 | @cindex region between mark and point | 631 | @cindex region (between point and mark) |
| 633 | 632 | ||
| 634 | The text between point and the mark is known as @dfn{the region}. | 633 | The text between point and the mark is known as @dfn{the region}. |
| 635 | Various functions operate on text delimited by point and the mark, but | 634 | Various functions operate on text delimited by point and the mark, but |