diff options
| author | Eli Zaretskii | 2007-03-31 13:44:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 13:44:52 +0000 |
| commit | b6a5d6015aceee4498718a1aea13e26681e5d2e3 (patch) | |
| tree | edc5fb30b0ed51fbe70567a5f9773c6ceb56c40e | |
| parent | 1700dd0f09a40c32398e20e9064f0a69c62f1bdd (diff) | |
| download | emacs-b6a5d6015aceee4498718a1aea13e26681e5d2e3.tar.gz emacs-b6a5d6015aceee4498718a1aea13e26681e5d2e3.zip | |
Improve indexing.
| -rw-r--r-- | lispref/display.texi | 1 | ||||
| -rw-r--r-- | lispref/frames.texi | 1 | ||||
| -rw-r--r-- | lispref/hash.texi | 7 | ||||
| -rw-r--r-- | lispref/locals.texi | 1 | ||||
| -rw-r--r-- | lispref/maps.texi | 1 | ||||
| -rw-r--r-- | lispref/numbers.texi | 2 | ||||
| -rw-r--r-- | lispref/positions.texi | 1 | ||||
| -rw-r--r-- | lispref/processes.texi | 1 |
8 files changed, 12 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 7b0df434125..3c19bdb54d0 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 | |||
| 4621 | @node Abstract Display | 4621 | @node Abstract Display |
| 4622 | @section Abstract Display | 4622 | @section Abstract Display |
| 4623 | @cindex ewoc | 4623 | @cindex ewoc |
| 4624 | @cindex abstract display | ||
| 4624 | @cindex display, abstract | 4625 | @cindex display, abstract |
| 4625 | @cindex display, arbitrary objects | 4626 | @cindex display, arbitrary objects |
| 4626 | @cindex model/view/controller | 4627 | @cindex model/view/controller |
diff --git a/lispref/frames.texi b/lispref/frames.texi index 32f9e071f09..da2e0711492 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. | |||
| 555 | 555 | ||
| 556 | @node Management Parameters | 556 | @node Management Parameters |
| 557 | @subsubsection Window Management Parameters | 557 | @subsubsection Window Management Parameters |
| 558 | @cindex window manager, and frame parameters | ||
| 558 | 559 | ||
| 559 | These frame parameters, meaningful only on window system displays, | 560 | These frame parameters, meaningful only on window system displays, |
| 560 | interact with the window manager. | 561 | interact with the window manager. |
diff --git a/lispref/hash.texi b/lispref/hash.texi index 6a7fd26ae8b..e406d2e78fe 100644 --- a/lispref/hash.texi +++ b/lispref/hash.texi | |||
| @@ -7,10 +7,11 @@ | |||
| 7 | @node Hash Tables, Symbols, Sequences Arrays Vectors, Top | 7 | @node Hash Tables, Symbols, Sequences Arrays Vectors, Top |
| 8 | @chapter Hash Tables | 8 | @chapter Hash Tables |
| 9 | @cindex hash tables | 9 | @cindex hash tables |
| 10 | @cindex lookup tables | ||
| 10 | 11 | ||
| 11 | A hash table is a very fast kind of lookup table, somewhat like | 12 | A hash table is a very fast kind of lookup table, somewhat like an |
| 12 | an alist in that it maps keys to corresponding values. It differs | 13 | alist (@pxref{Association Lists}) in that it maps keys to |
| 13 | from an alist in these ways: | 14 | corresponding values. It differs from an alist in these ways: |
| 14 | 15 | ||
| 15 | @itemize @bullet | 16 | @itemize @bullet |
| 16 | @item | 17 | @item |
diff --git a/lispref/locals.texi b/lispref/locals.texi index 712c8aa9701..01da53fb24e 100644 --- a/lispref/locals.texi +++ b/lispref/locals.texi | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | @c The title "Standard Buffer-Local Variables" is too long for | 9 | @c The title "Standard Buffer-Local Variables" is too long for |
| 10 | @c smallbook. --rjc 30mar92 | 10 | @c smallbook. --rjc 30mar92 |
| 11 | @cindex buffer-local variables, general-purpose | 11 | @cindex buffer-local variables, general-purpose |
| 12 | @cindex standard buffer-local variables | ||
| 12 | 13 | ||
| 13 | The table below lists the general-purpose Emacs variables that | 14 | The table below lists the general-purpose Emacs variables that |
| 14 | automatically become buffer-local in each buffer. Most become | 15 | automatically become buffer-local in each buffer. Most become |
diff --git a/lispref/maps.texi b/lispref/maps.texi index c4d065c355a..18f1af59a75 100644 --- a/lispref/maps.texi +++ b/lispref/maps.texi | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | @setfilename ../info/maps | 6 | @setfilename ../info/maps |
| 7 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top | 7 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top |
| 8 | @appendix Standard Keymaps | 8 | @appendix Standard Keymaps |
| 9 | @cindex standard keymaps | ||
| 9 | 10 | ||
| 10 | The following symbols are used as the names for various keymaps. | 11 | The following symbols are used as the names for various keymaps. |
| 11 | Some of these exist when Emacs is first started, others are | 12 | Some of these exist when Emacs is first started, others are |
diff --git a/lispref/numbers.texi b/lispref/numbers.texi index 4928708cb49..80b5ab2f77c 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi | |||
| @@ -480,6 +480,7 @@ depending on your machine. | |||
| 480 | 480 | ||
| 481 | @node Arithmetic Operations | 481 | @node Arithmetic Operations |
| 482 | @section Arithmetic Operations | 482 | @section Arithmetic Operations |
| 483 | @cindex arithmetic operations | ||
| 483 | 484 | ||
| 484 | Emacs Lisp provides the traditional four arithmetic operations: | 485 | Emacs Lisp provides the traditional four arithmetic operations: |
| 485 | addition, subtraction, multiplication, and division. Remainder and modulus | 486 | 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 | |||
| 1039 | @section Standard Mathematical Functions | 1040 | @section Standard Mathematical Functions |
| 1040 | @cindex transcendental functions | 1041 | @cindex transcendental functions |
| 1041 | @cindex mathematical functions | 1042 | @cindex mathematical functions |
| 1043 | @cindex floating-point functions | ||
| 1042 | 1044 | ||
| 1043 | These mathematical functions allow integers as well as floating point | 1045 | These mathematical functions allow integers as well as floating point |
| 1044 | numbers as arguments. | 1046 | numbers as arguments. |
diff --git a/lispref/positions.texi b/lispref/positions.texi index 993bc31511f..25ffbd2e1d6 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi | |||
| @@ -642,6 +642,7 @@ beginning of the first screen line. @xref{Minibuffer Contents}. | |||
| 642 | @cindex sexp motion | 642 | @cindex sexp motion |
| 643 | @cindex Lisp expression motion | 643 | @cindex Lisp expression motion |
| 644 | @cindex list motion | 644 | @cindex list motion |
| 645 | @cindex balanced-parenthesis expressions | ||
| 645 | 646 | ||
| 646 | Here are several functions concerned with balanced-parenthesis | 647 | Here are several functions concerned with balanced-parenthesis |
| 647 | expressions (also called @dfn{sexps} in connection with moving across | 648 | expressions (also called @dfn{sexps} in connection with moving across |
diff --git a/lispref/processes.texi b/lispref/processes.texi index 2bf545bc9f1..cffb3cbfefb 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 | |||
| 2072 | 2072 | ||
| 2073 | @node Byte Packing | 2073 | @node Byte Packing |
| 2074 | @section Packing and Unpacking Byte Arrays | 2074 | @section Packing and Unpacking Byte Arrays |
| 2075 | @cindex byte packing and unpacking | ||
| 2075 | 2076 | ||
| 2076 | This section describes how to pack and unpack arrays of bytes, | 2077 | This section describes how to pack and unpack arrays of bytes, |
| 2077 | usually for binary network protocols. These functions convert byte arrays | 2078 | usually for binary network protocols. These functions convert byte arrays |