]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve indexing.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 13:44:52 +0000 (13:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 13:44:52 +0000 (13:44 +0000)
lispref/display.texi
lispref/frames.texi
lispref/hash.texi
lispref/locals.texi
lispref/maps.texi
lispref/numbers.texi
lispref/positions.texi
lispref/processes.texi

index 7b0df43412562eff146e6f61665e77b6f4ebcd56..3c19bdb54d0dfb6c1fb250096fdbde05f09da503 100644 (file)
@@ -4621,6 +4621,7 @@ buffer.  If @var{count-current} is non-@code{nil}, count any button at
 @node Abstract Display
 @section Abstract Display
 @cindex ewoc
+@cindex abstract display
 @cindex display, abstract
 @cindex display, arbitrary objects
 @cindex model/view/controller
index 32f9e071f09886c70c1f3435a5e39e79ce530dfa..da2e0711492cfb24626ae200c3b72a803fc3ab7e 100644 (file)
@@ -555,6 +555,7 @@ If non-@code{nil}, this frame's window is never split automatically.
 
 @node Management Parameters
 @subsubsection Window Management Parameters
+@cindex window manager, and frame parameters
 
   These frame parameters, meaningful only on window system displays,
 interact with the window manager.
index 6a7fd26ae8b8f6149442f562899d00f147d6fb44..e406d2e78fec9304aa1b6225efc4e9e92a8c2f6c 100644 (file)
@@ -7,10 +7,11 @@
 @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
 @chapter Hash Tables
 @cindex hash tables
+@cindex lookup tables
 
-  A hash table is a very fast kind of lookup table, somewhat like
-an alist in that it maps keys to corresponding values.  It differs
-from an alist in these ways:
+  A hash table is a very fast kind of lookup table, somewhat like an
+alist (@pxref{Association Lists}) in that it maps keys to
+corresponding values.  It differs from an alist in these ways:
 
 @itemize @bullet
 @item
index 712c8aa97018f839541d5ef356b9e552d05ff740..01da53fb24efc3a2a18e5b2a07e3efc4469e189c 100644 (file)
@@ -9,6 +9,7 @@
 @c The title "Standard Buffer-Local Variables" is too long for
 @c smallbook. --rjc 30mar92
 @cindex buffer-local variables, general-purpose
+@cindex standard buffer-local variables
 
   The table below lists the general-purpose Emacs variables that
 automatically become buffer-local in each buffer.  Most become
index c4d065c355a03d11f931e5a7007238dcc937805a..18f1af59a75249c51b728b201fdd5aa6e6f67f76 100644 (file)
@@ -6,6 +6,7 @@
 @setfilename ../info/maps
 @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top
 @appendix Standard Keymaps
+@cindex standard keymaps
 
 The following symbols are used as the names for various keymaps.
 Some of these exist when Emacs is first started, others are
index 4928708cb496cd9281c8ffbe1eb795488afddf9c..80b5ab2f77cbe5fd53aec3b628d616d48f15c9d0 100644 (file)
@@ -480,6 +480,7 @@ depending on your machine.
 
 @node Arithmetic Operations
 @section Arithmetic Operations
+@cindex arithmetic operations
 
   Emacs Lisp provides the traditional four arithmetic operations:
 addition, subtraction, multiplication, and division.  Remainder and modulus
@@ -1039,6 +1040,7 @@ bit is one in the result if, and only if, the @var{n}th bit is zero in
 @section Standard Mathematical Functions
 @cindex transcendental functions
 @cindex mathematical functions
+@cindex floating-point functions
 
   These mathematical functions allow integers as well as floating point
 numbers as arguments.
index 993bc31511fedf3c05d279c7bea46d48fa054c84..25ffbd2e1d6f9754b2501f31b6570f51ad7886d2 100644 (file)
@@ -642,6 +642,7 @@ beginning of the first screen line.  @xref{Minibuffer Contents}.
 @cindex sexp motion
 @cindex Lisp expression motion
 @cindex list motion
+@cindex balanced-parenthesis expressions
 
   Here are several functions concerned with balanced-parenthesis
 expressions (also called @dfn{sexps} in connection with moving across
index 2bf545bc9f142eb16f9ccfd8154fcded95c6b94e..cffb3cbfefbea9088f21b4d25d9e98b935882dc3 100644 (file)
@@ -2072,6 +2072,7 @@ If the vector does not include the port number, @var{p}, or if
 
 @node Byte Packing
 @section Packing and Unpacking Byte Arrays
+@cindex byte packing and unpacking
 
   This section describes how to pack and unpack arrays of bytes,
 usually for binary network protocols.  These functions convert byte arrays