changeset 77010:e009ed31b7cf

Improve index entries. Remove redundant ones.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 02:08:53 +0000
parents 1473d95a7421
children c3c2ed8f3ed0
files lispref/backups.texi lispref/display.texi lispref/markers.texi
diffstat 3 files changed, 9 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/backups.texi	Sat Apr 07 02:07:33 2007 +0000
+++ b/lispref/backups.texi	Sat Apr 07 02:08:53 2007 +0000
@@ -7,7 +7,6 @@
 @node Backups and Auto-Saving, Buffers, Files, Top
 @chapter Backups and Auto-Saving
 @cindex backups and auto-saving
-@cindex back up and auto save
 
   Backup files and auto-save files are two methods by which Emacs tries
 to protect the user from the consequences of crashes or of the user's
@@ -164,7 +163,7 @@
 
 @node Rename or Copy
 @subsection Backup by Renaming or by Copying?
-@cindex backup files, how to make them
+@cindex backup files, rename or copy
 
   There are two ways that Emacs can make a backup file:
 
@@ -419,7 +418,7 @@
 
 @node Auto-Saving
 @section Auto-Saving
-@cindex auto-saving
+@c @cindex auto-saving   Lots of symbols starting with auto-save here.
 
   Emacs periodically saves all files that you are visiting; this is
 called @dfn{auto-saving}.  Auto-saving prevents you from losing more
--- a/lispref/display.texi	Sat Apr 07 02:07:33 2007 +0000
+++ b/lispref/display.texi	Sat Apr 07 02:08:53 2007 +0000
@@ -840,7 +840,7 @@
 
 @node Selective Display
 @section Selective Display
-@cindex selective display
+@c @cindex selective display   Duplicates selective-display
 
   @dfn{Selective display} refers to a pair of related features for
 hiding certain lines on the screen.
@@ -2502,7 +2502,6 @@
 @cindex automatic face assignment
 @cindex faces, automatic choice
 
-@cindex Font-Lock mode
   This hook is used for automatically assigning faces to text in the
 buffer.  It is part of the implementation of Font-Lock mode.
 
@@ -2744,7 +2743,7 @@
 
 @node Fringes
 @section Fringes
-@cindex Fringes
+@cindex fringes
 
   The @dfn{fringes} of a window are thin vertical strips down the
 sides that are used for displaying bitmaps that indicate truncation,
@@ -3074,7 +3073,7 @@
 
 @node Overlay Arrow
 @subsection The Overlay Arrow
-@cindex overlay arrow
+@c @cindex overlay arrow  Duplicates variable names
 
   The @dfn{overlay arrow} is useful for directing the user's attention
 to a particular line in a buffer.  For example, in the modes used for
@@ -3292,7 +3291,6 @@
 @node Specified Space
 @subsection Specified Spaces
 @cindex spaces, specified height or width
-@cindex specified spaces
 @cindex variable-width spaces
 
   To display a space of specified width and/or height, use a display
@@ -4300,7 +4298,6 @@
 
 @node Buttons
 @section Buttons
-@cindex buttons
 @cindex buttons in buffers
 @cindex clickable buttons in buffers
 
@@ -4624,7 +4621,6 @@
 @node Abstract Display
 @section Abstract Display
 @cindex ewoc
-@cindex abstract display
 @cindex display, abstract
 @cindex display, arbitrary objects
 @cindex model/view/controller
@@ -4958,9 +4954,8 @@
 @node Blinking
 @section Blinking Parentheses
 @cindex parenthesis matching
-@cindex blinking
+@cindex blinking parentheses
 @cindex balancing parentheses
-@cindex close parenthesis
 
   This section describes the mechanism by which Emacs shows a matching
 open parenthesis when the user inserts a close parenthesis.
@@ -5332,7 +5327,7 @@
 
 @node Beeping
 @section Beeping
-@cindex beeping
+@c  @cindex beeping   "beep" is adjacent
 @cindex bell
 
   This section describes how to make Emacs ring the bell (or blink the
--- a/lispref/markers.texi	Sat Apr 07 02:07:33 2007 +0000
+++ b/lispref/markers.texi	Sat Apr 07 02:08:53 2007 +0000
@@ -176,7 +176,6 @@
 @end defun
 
 @defun point-max-marker
-@cindex end of buffer marker
 This function returns a new marker that points to the end of the
 accessible portion of the buffer.  This will be the end of the buffer
 unless narrowing is in effect.  @xref{Narrowing}.
@@ -550,7 +549,7 @@
 @end defun
 
 @defopt transient-mark-mode
-@cindex Transient Mark mode
+@c  @cindex Transient Mark mode  Redundant
 This variable if non-@code{nil} enables Transient Mark mode, in which
 every buffer-modifying primitive sets @code{deactivate-mark}.  The
 consequence of this is that commands that modify the buffer normally
@@ -629,7 +628,7 @@
 
 @node The Region
 @section The Region
-@cindex region between mark and point
+@cindex region (between point and mark)
 
   The text between point and the mark is known as @dfn{the region}.
 Various functions operate on text delimited by point and the mark, but