summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-03-31 13:44:52 +0000
committerEli Zaretskii <eliz@gnu.org>2007-03-31 13:44:52 +0000
commitb6a5d6015aceee4498718a1aea13e26681e5d2e3 (patch)
treeedc5fb30b0ed51fbe70567a5f9773c6ceb56c40e
parent1700dd0f09a40c32398e20e9064f0a69c62f1bdd (diff)
Improve indexing.
-rw-r--r--lispref/display.texi1
-rw-r--r--lispref/frames.texi1
-rw-r--r--lispref/hash.texi7
-rw-r--r--lispref/locals.texi1
-rw-r--r--lispref/maps.texi1
-rw-r--r--lispref/numbers.texi2
-rw-r--r--lispref/positions.texi1
-rw-r--r--lispref/processes.texi1
8 files changed, 12 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 7b0df43412..3c19bdb54d 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -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
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 32f9e071f0..da2e071149 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -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.
diff --git a/lispref/hash.texi b/lispref/hash.texi
index 6a7fd26ae8..e406d2e78f 100644
--- a/lispref/hash.texi
+++ b/lispref/hash.texi
@@ -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
diff --git a/lispref/locals.texi b/lispref/locals.texi
index 712c8aa970..01da53fb24 100644
--- a/lispref/locals.texi
+++ b/lispref/locals.texi
@@ -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
diff --git a/lispref/maps.texi b/lispref/maps.texi
index c4d065c355..18f1af59a7 100644
--- a/lispref/maps.texi
+++ b/lispref/maps.texi
@@ -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
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index 4928708cb4..80b5ab2f77 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -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.
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 993bc31511..25ffbd2e1d 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -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
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 2bf545bc9f..cffb3cbfef 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -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