Merge r21-4-18-chise-0_23-1.
[chise/xemacs-chise.git-] / info / xemacs.info-4
index af09a71..89486d1 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/xemacs.info, produced by makeinfo version 4.6 from
+This is ../info/xemacs.info, produced by makeinfo version 4.8 from
 xemacs/xemacs.texi.
 
 INFO-DIR-SECTION XEmacs Editor
@@ -30,6 +30,195 @@ versions, except that the sections entitled "The GNU Manifesto",
 translation approved by the author instead of in the original English.
 
 \1f
+File: xemacs.info,  Node: Bugs,  Prev: Lossage,  Up: Top
+
+27.13 Reporting Bugs
+====================
+
+Sometimes you will encounter a bug in Emacs.  Although we cannot promise
+we can or will fix the bug, and we might not even agree that it is a
+bug, we want to hear about bugs you encounter in case we do want to fix
+them.
+
+   To make it possible for us to fix a bug, you must report it.  In
+order to do so effectively, you must know when and how to do it.
+
+27.13.1 When Is There a Bug
+---------------------------
+
+If Emacs executes an illegal instruction, or dies with an operating
+system error message that indicates a problem in the program (as
+opposed to something like "disk full"), then it is certainly a bug.
+
+   If Emacs updates the display in a way that does not correspond to
+what is in the buffer, then it is certainly a bug.  If a command seems
+to do the wrong thing but the problem corrects itself if you type
+`C-l', it is a case of incorrect display updating.
+
+   Taking forever to complete a command can be a bug, but you must make
+certain that it was really Emacs's fault.  Some commands simply take a
+long time.  Type `C-g' and then `C-h l' to see whether the input Emacs
+received was what you intended to type; if the input was such that you
+KNOW it should have been processed quickly, report a bug.  If you don't
+know whether the command should take a long time, find out by looking
+in the manual or by asking for assistance.
+
+   If a command you are familiar with causes an Emacs error message in a
+case where its usual definition ought to be reasonable, it is probably a
+bug.
+
+   If a command does the wrong thing, that is a bug.  But be sure you
+know for certain what it ought to have done.  If you aren't familiar
+with the command, or don't know for certain how the command is supposed
+to work, then it might actually be working right.  Rather than jumping
+to conclusions, show the problem to someone who knows for certain.
+
+   Finally, a command's intended definition may not be best for editing
+with.  This is a very important sort of problem, but it is also a
+matter of judgment.  Also, it is easy to come to such a conclusion out
+of ignorance of some of the existing features.  It is probably best not
+to complain about such a problem until you have checked the
+documentation in the usual ways, feel confident that you understand it,
+and know for certain that what you want is not available.  If you are
+not sure what the command is supposed to do after a careful reading of
+the manual, check the index and glossary for any terms that may be
+unclear.  If you still do not understand, this indicates a bug in the
+manual.  The manual's job is to make everything clear.  It is just as
+important to report documentation bugs as program bugs.
+
+   If the online documentation string of a function or variable
+disagrees with the manual, one of them must be wrong, so report the bug.
+
+27.13.2 How to Report a Bug
+---------------------------
+
+When you decide that there is a bug, it is important to report it and to
+report it in a way which is useful.  What is most useful is an exact
+description of what commands you type, starting with the shell command
+to run Emacs, until the problem happens.  Always include the version
+number of Emacs that you are using; type `M-x emacs-version' to print
+this.
+
+   The most important principle in reporting a bug is to report FACTS,
+not hypotheses or categorizations.  It is always easier to report the
+facts, but people seem to prefer to strain to posit explanations and
+report them instead.  If the explanations are based on guesses about
+how Emacs is implemented, they will be useless; we will have to try to
+figure out what the facts must have been to lead to such speculations.
+Sometimes this is impossible.  But in any case, it is unnecessary work
+for us.
+
+   For example, suppose that you type `C-x C-f /glorp/baz.ugh <RET>',
+visiting a file which (you know) happens to be rather large, and Emacs
+prints out `I feel pretty today'.  The best way to report the bug is
+with a sentence like the preceding one, because it gives all the facts
+and nothing but the facts.
+
+   Do not assume that the problem is due to the size of the file and
+say, "When I visit a large file, Emacs prints out `I feel pretty
+today'."  This is what we mean by "guessing explanations".  The problem
+is just as likely to be due to the fact that there is a `z' in the file
+name.  If this is so, then when we got your report, we would try out
+the problem with some "large file", probably with no `z' in its name,
+and not find anything wrong.  There is no way in the world that we
+could guess that we should try visiting a file with a `z' in its name.
+
+   Alternatively, the problem might be due to the fact that the file
+starts with exactly 25 spaces.  For this reason, you should make sure
+that you inform us of the exact contents of any file that is needed to
+reproduce the bug.  What if the problem only occurs when you have typed
+the `C-x a l' command previously?  This is why we ask you to give the
+exact sequence of characters you typed since starting to use Emacs.
+
+   You should not even say "visit a file" instead of `C-x C-f' unless
+you know that it makes no difference which visiting command is used.
+Similarly, rather than saying "if I have three characters on the line,"
+say "after I type `<RET> A B C <RET> C-p'," if that is the way you
+entered the text.
+
+   If you are not in Fundamental mode when the problem occurs, you
+should say what mode you are in.
+
+   If the manifestation of the bug is an Emacs error message, it is
+important to report not just the text of the error message but a
+backtrace showing how the Lisp program in Emacs arrived at the error.
+To make the backtrace, you must execute the Lisp expression `(setq
+debug-on-error t)' before the error happens (that is to say, you must
+execute that expression and then make the bug happen).  This causes the
+Lisp debugger to run (*note Lisp Debug::).  The debugger's backtrace
+can be copied as text into the bug report.  This use of the debugger is
+possible only if you know how to make the bug happen again.  Do note
+the error message the first time the bug happens, so if you can't make
+it happen again, you can report at least that.
+
+   Check whether any programs you have loaded into the Lisp world,
+including your init file, set any variables that may affect the
+functioning of Emacs.  *Note Init File::.  Also, see whether the
+problem happens in a freshly started Emacs without loading your init
+file (start Emacs with the `-q' switch to prevent loading the init
+file).  If the problem does NOT occur then, it is essential that we
+know the contents of any programs that you must load into the Lisp
+world in order to cause the problem to occur.
+
+   If the problem does depend on an init file or other Lisp programs
+that are not part of the standard Emacs system, then you should make
+sure it is not a bug in those programs by complaining to their
+maintainers first.  After they verify that they are using Emacs in a
+way that is supposed to work, they should report the bug.
+
+   If you can tell us a way to cause the problem without visiting any
+files, please do so.  This makes it much easier to debug.  If you do
+need files, make sure you arrange for us to see their exact contents.
+For example, it can often matter whether there are spaces at the ends
+of lines, or a newline after the last line in the buffer (nothing ought
+to care whether the last line is terminated, but tell that to the bugs).
+
+   The easy way to record the input to Emacs precisely is to write a
+dribble file; execute the Lisp expression:
+
+     (open-dribble-file "~/dribble")
+
+using `Meta-<ESC>' or from the `*scratch*' buffer just after starting
+Emacs.  From then on, all Emacs input will be written in the specified
+dribble file until the Emacs process is killed.
+
+   For possible display bugs, it is important to report the terminal
+type (the value of environment variable `TERM'), the complete termcap
+entry for the terminal from `/etc/termcap' (since that file is not
+identical on all machines), and the output that Emacs actually sent to
+the terminal.  The way to collect this output is to execute the Lisp
+expression:
+
+     (open-termscript "~/termscript")
+
+using `Meta-<ESC>' or from the `*scratch*' buffer just after starting
+Emacs.  From then on, all output from Emacs to the terminal will be
+written in the specified termscript file as well, until the Emacs
+process is killed.  If the problem happens when Emacs starts up, put
+this expression into your init file so that the termscript file will be
+open when Emacs displays the screen for the first time.  *Note Init
+File::. Be warned: it is often difficult, and sometimes impossible, to
+fix a terminal-dependent bug without access to a terminal of the type
+that stimulates the bug.
+
+   The newsgroup `comp.emacs.xemacs' may be used for bug reports, other
+discussions and requests for assistance.
+
+   If you don't have access to this newgroup, you can subscribe to the
+mailing list version: the newsgroup is bidirectionally gatewayed into
+the mailing list `xemacs@xemacs.org'.
+
+   To be added or removed from this mailing list, send mail to
+`xemacs-request@xemacs.org'.  Do not send requests for addition to the
+mailing list itself.
+
+   The mailing lists and newsgroups are archived on our anonymous FTP
+server, `ftp.xemacs.org', and at various other archive sites around the
+net. You should also check the `FAQ' in `/pub/xemacs' on our anonymous
+FTP server. It provides some introductory information and help for
+initial configuration problems.
+
+\1f
 File: xemacs.info,  Node: Glossary,  Next: Manifesto,  Prev: Intro,  Up: Top
 
 Glossary
@@ -1295,473 +1484,511 @@ File: xemacs.info,  Node: Key Index,  Next: Command Index,  Prev: Manifesto,  Up
 Key (Character) Index
 *********************
 
+\0\b[index\0\b]
 * Menu:
 
-* ! (query-replace):                     Query Replace.
-* " (TeX mode):                          TeX Editing.
-* , (query-replace):                     Query Replace.
-* . (Calendar mode):                     Specified Dates.
-* . (query-replace):                     Query Replace.
-* ? (Calendar mode):                     General Calendar.
-* ^ (query-replace):                     Query Replace.
-* a (Calendar mode):                     Holidays.
-* BS:                                    Inserting Text.
-* button1:                               Intro to Keystrokes.
-* button1up:                             Intro to Keystrokes.
-* button2:                               Intro to Keystrokes.
-* button2up:                             Intro to Keystrokes.
-* button3:                               Intro to Keystrokes.
-* button3up:                             Intro to Keystrokes.
-* C-<:                                   Setting Mark.
-* C->:                                   Setting Mark.
-* C-@ (Calendar mode):                   Mark and Region.
-* C-\:                                   Select Input Method.
-* C-] <1>:                               Quitting.
-* C-]:                                   Recursive Edit.
-* C-_:                                   Undo.
-* C-a:                                   Moving Point.
+* ! (query-replace):                     Query Replace.       (line  27)
+* " (TeX mode):                          TeX Editing.         (line  31)
+* , (query-replace):                     Query Replace.       (line  27)
+* . (Calendar mode):                     Specified Dates.     (line  26)
+* . (query-replace):                     Query Replace.       (line  27)
+* ? (Calendar mode):                     General Calendar.    (line  26)
+* ^ (query-replace):                     Query Replace.       (line  27)
+* a (Calendar mode):                     Holidays.            (line  48)
+* BS:                                    Inserting Text.      (line  13)
+* button1:                               Intro to Keystrokes. (line  16)
+* button1up:                             Intro to Keystrokes. (line  16)
+* button2:                               Intro to Keystrokes. (line  16)
+* button2up:                             Intro to Keystrokes. (line  16)
+* button3:                               Intro to Keystrokes. (line  16)
+* button3up:                             Intro to Keystrokes. (line  16)
+* C-<:                                   Setting Mark.        (line  50)
+* C->:                                   Setting Mark.        (line  50)
+* C-@ (Calendar mode):                   Mark and Region.     (line  24)
+* C-\:                                   Select Input Method. (line  26)
+* C-] <1>:                               Quitting.            (line  44)
+* C-]:                                   Recursive Edit.      (line  18)
+* C-_:                                   Undo.                (line  20)
+* C-a:                                   Moving Point.        (line  15)
 * C-a (Calendar mode):                   Move to Beginning or End.
-* C-b:                                   Moving Point.
+                                                              (line  11)
+* C-b:                                   Moving Point.        (line  15)
 * C-b (Calendar mode):                   Calendar Unit Motion.
-* C-c:                                   Key Sequences.
-* C-c ' (Picture mode):                  Insert in Picture.
-* C-c . (Picture mode):                  Insert in Picture.
-* C-c / (Picture mode):                  Insert in Picture.
-* C-c ; (Fortran mode):                  Fortran Comments.
-* C-c < (Picture mode):                  Insert in Picture.
-* C-c > (Picture mode):                  Insert in Picture.
-* C-c \ (Picture mode):                  Insert in Picture.
-* C-c ^ (Picture mode):                  Insert in Picture.
-* C-c ` (Picture mode):                  Insert in Picture.
-* C-c C-\ (Shell mode):                  Shell Mode.
-* C-c C-b (Outline mode):                Outline Motion.
-* C-c C-b (Picture mode):                Insert in Picture.
-* C-c C-b (TeX mode):                    TeX Print.
-* C-c C-c (Edit Abbrevs):                Editing Abbrevs.
-* C-c C-c (Edit Tab Stops):              Tab Stops.
-* C-c C-c (Mail mode):                   Mail Mode.
+                                                              (line  34)
+* C-c:                                   Key Sequences.       (line  29)
+* C-c ' (Picture mode):                  Insert in Picture.   (line   6)
+* C-c . (Picture mode):                  Insert in Picture.   (line   6)
+* C-c / (Picture mode):                  Insert in Picture.   (line   6)
+* C-c ; (Fortran mode):                  Fortran Comments.    (line  71)
+* C-c < (Picture mode):                  Insert in Picture.   (line   6)
+* C-c > (Picture mode):                  Insert in Picture.   (line   6)
+* C-c \ (Picture mode):                  Insert in Picture.   (line   6)
+* C-c ^ (Picture mode):                  Insert in Picture.   (line   6)
+* C-c ` (Picture mode):                  Insert in Picture.   (line   6)
+* C-c C-\ (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-b (Outline mode):                Outline Motion.      (line  36)
+* C-c C-b (Picture mode):                Insert in Picture.   (line  40)
+* C-c C-b (TeX mode):                    TeX Print.           (line  32)
+* C-c C-c (Edit Abbrevs):                Editing Abbrevs.     (line  34)
+* C-c C-c (Edit Tab Stops):              Tab Stops.           (line  11)
+* C-c C-c (Mail mode):                   Mail Mode.           (line  45)
 * C-c C-c (Occur mode):                  Other Repeating Search.
-* C-c C-c (Shell mode):                  Shell Mode.
-* C-c C-d (Outline mode):                Outline Visibility.
-* C-c C-d (Picture mode):                Basic Picture.
-* C-c C-d (Shell mode):                  Shell Mode.
-* C-c C-f (LaTeX mode):                  TeX Editing.
-* C-c C-f (Outline mode):                Outline Motion.
-* C-c C-f (Picture mode):                Insert in Picture.
-* C-c C-f C-c (Mail mode):               Mail Mode.
-* C-c C-f C-s (Mail mode):               Mail Mode.
-* C-c C-f C-t (Mail mode):               Mail Mode.
-* C-c C-h (Outline mode):                Outline Visibility.
-* C-c C-i (Outline mode):                Outline Visibility.
-* C-c C-j (Term mode):                   Term Mode.
+                                                              (line  15)
+* C-c C-c (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-d (Outline mode):                Outline Visibility.  (line  48)
+* C-c C-d (Picture mode):                Basic Picture.       (line  41)
+* C-c C-d (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-f (LaTeX mode):                  TeX Editing.         (line  72)
+* C-c C-f (Outline mode):                Outline Motion.      (line  36)
+* C-c C-f (Picture mode):                Insert in Picture.   (line  40)
+* C-c C-f C-c (Mail mode):               Mail Mode.           (line  54)
+* C-c C-f C-s (Mail mode):               Mail Mode.           (line  54)
+* C-c C-f C-t (Mail mode):               Mail Mode.           (line  54)
+* C-c C-h (Outline mode):                Outline Visibility.  (line  48)
+* C-c C-i (Outline mode):                Outline Visibility.  (line  62)
+* C-c C-j (Term mode):                   Term Mode.           (line  12)
 * C-c C-k (Picture mode):                Rectangles in Picture.
-* C-c C-k (Term mode):                   Term Mode.
-* C-c C-k (TeX mode):                    TeX Print.
-* C-c C-l (Calendar mode):               General Calendar.
-* C-c C-l (TeX mode):                    TeX Print.
-* C-c C-n (Fortran mode):                Fortran Motion.
-* C-c C-n (Outline mode):                Outline Motion.
-* C-c C-o (Shell mode):                  Shell Mode.
-* C-c C-p (Fortran mode):                Fortran Motion.
-* C-c C-p (Outline mode):                Outline Motion.
-* C-c C-p (TeX mode):                    TeX Print.
-* C-c C-q (Mail mode):                   Mail Mode.
-* C-c C-q (Term mode):                   Paging in Term.
-* C-c C-q (TeX mode):                    TeX Print.
-* C-c C-r (Fortran mode):                Fortran Columns.
-* C-c C-r (Shell mode):                  Shell Mode.
-* C-c C-r (TeX mode):                    TeX Print.
-* C-c C-s (Mail mode):                   Mail Mode.
-* C-c C-u (Outline mode):                Outline Motion.
-* C-c C-u (Shell mode):                  Shell Mode.
-* C-c C-w (Fortran mode):                Fortran Columns.
-* C-c C-w (Mail mode):                   Mail Mode.
+                                                              (line  27)
+* C-c C-k (Term mode):                   Term Mode.           (line  17)
+* C-c C-k (TeX mode):                    TeX Print.           (line  38)
+* C-c C-l (Calendar mode):               General Calendar.    (line  33)
+* C-c C-l (TeX mode):                    TeX Print.           (line  38)
+* C-c C-n (Fortran mode):                Fortran Motion.      (line  11)
+* C-c C-n (Outline mode):                Outline Motion.      (line  29)
+* C-c C-o (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-p (Fortran mode):                Fortran Motion.      (line  11)
+* C-c C-p (Outline mode):                Outline Motion.      (line  29)
+* C-c C-p (TeX mode):                    TeX Print.           (line  32)
+* C-c C-q (Mail mode):                   Mail Mode.           (line  78)
+* C-c C-q (Term mode):                   Paging in Term.      (line   9)
+* C-c C-q (TeX mode):                    TeX Print.           (line  32)
+* C-c C-r (Fortran mode):                Fortran Columns.     (line  15)
+* C-c C-r (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-r (TeX mode):                    TeX Print.           (line  48)
+* C-c C-s (Mail mode):                   Mail Mode.           (line  45)
+* C-c C-u (Outline mode):                Outline Motion.      (line  36)
+* C-c C-u (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-w (Fortran mode):                Fortran Columns.     (line  30)
+* C-c C-w (Mail mode):                   Mail Mode.           (line  63)
 * C-c C-w (Picture mode):                Rectangles in Picture.
-* C-c C-w (Shell mode):                  Shell Mode.
+                                                              (line  27)
+* C-c C-w (Shell mode):                  Shell Mode.          (line  12)
 * C-c C-x (Picture mode):                Rectangles in Picture.
-* C-c C-y (Mail mode):                   Mail Mode.
+                                                              (line  36)
+* C-c C-y (Mail mode):                   Mail Mode.           (line  67)
 * C-c C-y (Picture mode):                Rectangles in Picture.
-* C-c C-y (Shell mode):                  Shell Mode.
-* C-c C-z (Shell mode):                  Shell Mode.
-* C-c TAB (Picture mode):                Tabs in Picture.
-* C-c { (TeX mode):                      TeX Editing.
-* C-c } (TeX mode):                      TeX Editing.
-* C-d:                                   Killing.
-* C-d (Shell mode):                      Shell Mode.
-* C-e:                                   Moving Point.
+                                                              (line  36)
+* C-c C-y (Shell mode):                  Shell Mode.          (line  12)
+* C-c C-z (Shell mode):                  Shell Mode.          (line  12)
+* C-c TAB (Picture mode):                Tabs in Picture.     (line  23)
+* C-c { (TeX mode):                      TeX Editing.         (line  49)
+* C-c } (TeX mode):                      TeX Editing.         (line  49)
+* C-d:                                   Killing.             (line   6)
+* C-d (Shell mode):                      Shell Mode.          (line  12)
+* C-e:                                   Moving Point.        (line  15)
 * C-e (Calendar mode):                   Move to Beginning or End.
-* C-END:                                 Moving Point.
-* C-f:                                   Moving Point.
+                                                              (line  12)
+* C-END:                                 Moving Point.        (line  15)
+* C-f:                                   Moving Point.        (line  15)
 * C-f (Calendar mode):                   Calendar Unit Motion.
-* C-g <1>:                               Quitting.
-* C-g:                                   Minibuffer.
-* C-g (isearch-mode):                    Incremental Search.
-* C-h <1>:                               Help.
-* C-h:                                   Key Sequences.
-* C-h A:                                 Apropos.
-* C-h b:                                 Misc Help.
-* C-h c:                                 Key Help.
-* C-h C-\:                               Select Input Method.
-* C-h C-c:                               Misc Help.
-* C-h C-d:                               Misc Help.
-* C-h C-f:                               Misc Help.
-* C-h C-h:                               Help.
-* C-h C-k:                               Misc Help.
-* C-h C-w:                               Misc Help.
-* C-h f:                                 Documentation.
-* C-h F:                                 Misc Help.
-* C-h f:                                 Name Help.
-* C-h h:                                 Mule Intro.
-* C-h I:                                 Select Input Method.
-* C-h i:                                 Misc Help.
-* C-h k:                                 Key Help.
+                                                              (line  34)
+* C-g <1>:                               Quitting.            (line  26)
+* C-g:                                   Minibuffer.          (line  26)
+* C-g (isearch-mode):                    Incremental Search.  (line 130)
+* C-h <1>:                               Help.                (line   6)
+* C-h:                                   Key Sequences.       (line  29)
+* C-h A:                                 Apropos.             (line   6)
+* C-h b:                                 Misc Help.           (line  37)
+* C-h c:                                 Key Help.            (line   6)
+* C-h C-\:                               Select Input Method. (line  14)
+* C-h C-c:                               Misc Help.           (line  51)
+* C-h C-d:                               Misc Help.           (line  51)
+* C-h C-f:                               Misc Help.           (line  18)
+* C-h C-h:                               Help.                (line  13)
+* C-h C-k:                               Misc Help.           (line  18)
+* C-h C-w:                               Misc Help.           (line  51)
+* C-h f:                                 Documentation.       (line   6)
+* C-h F:                                 Misc Help.           (line  51)
+* C-h f:                                 Name Help.           (line   6)
+* C-h h:                                 Mule Intro.          (line  59)
+* C-h I:                                 Select Input Method. (line  14)
+* C-h i:                                 Misc Help.           (line   6)
+* C-h k:                                 Key Help.            (line  13)
 * C-h L:                                 Language Environments.
-* C-h l:                                 Misc Help.
-* C-h m:                                 Misc Help.
-* C-h n:                                 Misc Help.
-* C-h p:                                 Library Keywords.
-* C-h s:                                 Syntax Change.
-* C-h t <1>:                             Misc Help.
-* C-h t:                                 Basic.
-* C-h v <1>:                             Examining.
-* C-h v <2>:                             Documentation.
-* C-h v:                                 Name Help.
-* C-h w:                                 Name Help.
-* C-HOME:                                Moving Point.
-* C-k:                                   Killing.
-* C-l <1>:                               Scrolling.
-* C-l:                                   Moving Point.
-* C-l (query-replace):                   Query Replace.
-* C-LEFT:                                Moving Point.
-* C-M-@ <1>:                             Lists.
-* C-M-@:                                 Marking Objects.
-* C-M-\ <1>:                             Multi-line Indent.
+                                                              (line  36)
+* C-h l:                                 Misc Help.           (line  27)
+* C-h m:                                 Misc Help.           (line  32)
+* C-h n:                                 Misc Help.           (line  51)
+* C-h p:                                 Library Keywords.    (line   6)
+* C-h s:                                 Syntax Change.       (line  48)
+* C-h t <1>:                             Misc Help.           (line  51)
+* C-h t:                                 Basic.               (line   6)
+* C-h v <1>:                             Examining.           (line  13)
+* C-h v <2>:                             Documentation.       (line   6)
+* C-h v:                                 Name Help.           (line  49)
+* C-h w:                                 Name Help.           (line  44)
+* C-HOME:                                Moving Point.        (line  15)
+* C-k:                                   Killing.             (line  73)
+* C-l <1>:                               Scrolling.           (line  37)
+* C-l:                                   Moving Point.        (line  15)
+* C-l (query-replace):                   Query Replace.       (line  27)
+* C-LEFT:                                Moving Point.        (line  15)
+* C-M-@ <1>:                             Lists.               (line 114)
+* C-M-@:                                 Marking Objects.     (line  28)
+* C-M-\ <1>:                             Multi-line Indent.   (line  35)
 * C-M-\:                                 Indentation Commands.
-* C-M-a:                                 Defuns.
-* C-M-a (Fortran mode):                  Fortran Motion.
-* C-M-b:                                 Lists.
-* C-M-c:                                 Recursive Edit.
-* C-M-d:                                 Lists.
-* C-M-e:                                 Defuns.
-* C-M-e (Fortran mode):                  Fortran Motion.
-* C-M-f:                                 Lists.
-* C-M-h <1>:                             Defuns.
-* C-M-h:                                 Marking Objects.
-* C-M-h (Fortran mode):                  Fortran Motion.
-* C-M-k <1>:                             Lists.
-* C-M-k:                                 Killing.
-* C-M-n:                                 Lists.
+                                                              (line  33)
+* C-M-a:                                 Defuns.              (line  23)
+* C-M-a (Fortran mode):                  Fortran Motion.      (line  11)
+* C-M-b:                                 Lists.               (line  67)
+* C-M-c:                                 Recursive Edit.      (line  13)
+* C-M-d:                                 Lists.               (line  96)
+* C-M-e:                                 Defuns.              (line  23)
+* C-M-e (Fortran mode):                  Fortran Motion.      (line  11)
+* C-M-f:                                 Lists.               (line  67)
+* C-M-h <1>:                             Defuns.              (line  23)
+* C-M-h:                                 Marking Objects.     (line  32)
+* C-M-h (Fortran mode):                  Fortran Motion.      (line  11)
+* C-M-k <1>:                             Lists.               (line  87)
+* C-M-k:                                 Killing.             (line 100)
+* C-M-n:                                 Lists.               (line  90)
 * C-M-o:                                 Indentation Commands.
-* C-M-p:                                 Lists.
-* C-M-q:                                 Multi-line Indent.
-* C-M-q (Fortran mode):                  ForIndent Commands.
-* C-M-t <1>:                             Lists.
-* C-M-t:                                 Transpose.
-* C-M-u:                                 Lists.
-* C-M-v <1>:                             Other Window.
-* C-M-v:                                 Minibuffer Edit.
-* C-M-w:                                 Appending Kills.
-* C-M-x <1>:                             External Lisp.
-* C-M-x:                                 Lisp Eval.
-* C-n:                                   Moving Point.
+                                                              (line  17)
+* C-M-p:                                 Lists.               (line  90)
+* C-M-q:                                 Multi-line Indent.   (line  19)
+* C-M-q (Fortran mode):                  ForIndent Commands.  (line  21)
+* C-M-t <1>:                             Lists.               (line 108)
+* C-M-t:                                 Transpose.           (line  30)
+* C-M-u:                                 Lists.               (line  96)
+* C-M-v <1>:                             Other Window.        (line  40)
+* C-M-v:                                 Minibuffer Edit.     (line  33)
+* C-M-w:                                 Appending Kills.     (line  33)
+* C-M-x <1>:                             External Lisp.       (line  27)
+* C-M-x:                                 Lisp Eval.           (line  44)
+* C-n:                                   Moving Point.        (line  15)
 * C-n (Calendar mode):                   Calendar Unit Motion.
-* C-o:                                   Blank Lines.
-* C-p:                                   Moving Point.
+                                                              (line  34)
+* C-o:                                   Blank Lines.         (line  16)
+* C-p:                                   Moving Point.        (line  15)
 * C-p (Calendar mode):                   Calendar Unit Motion.
-* C-q:                                   Inserting Text.
-* C-q (isearch-mode):                    Incremental Search.
-* C-r:                                   Incremental Search.
-* C-r (isearch-mode):                    Incremental Search.
-* C-r (query-replace):                   Query Replace.
-* C-RIGHT:                               Moving Point.
-* C-s:                                   Incremental Search.
-* C-s (isearch-mode):                    Incremental Search.
-* C-SPC:                                 Setting Mark.
-* C-SPC (Calendar mode):                 Mark and Region.
-* C-t <1>:                               Transpose.
-* C-t:                                   Moving Point.
-* C-u:                                   Arguments.
-* C-u - C-x ;:                           Comments.
-* C-u C-@:                               Mark Ring.
-* C-u C-SPC:                             Mark Ring.
-* C-u C-x v v:                           Editing with VC.
-* C-u TAB:                               Multi-line Indent.
-* C-v <1>:                               Scrolling.
-* C-v:                                   Moving Point.
-* C-v (Calendar mode):                   Scroll Calendar.
-* C-w:                                   Killing.
-* C-w (isearch-mode):                    Incremental Search.
-* C-w (query-replace):                   Query Replace.
-* C-x:                                   Key Sequences.
-* C-x $:                                 Selective Display.
-* C-x (:                                 Basic Kbd Macro.
-* C-x ):                                 Basic Kbd Macro.
-* C-x .:                                 Fill Prefix.
-* C-x 0:                                 Change Window.
-* C-x 1:                                 Change Window.
-* C-x 2:                                 Split Window.
-* C-x 3:                                 Split Window.
-* C-x 4:                                 Pop Up Window.
-* C-x 4 .:                               Find Tag.
-* C-x 4 b:                               Select Buffer.
-* C-x 4 d:                               Dired Enter.
-* C-x 4 f:                               Visiting.
-* C-x 4 m:                               Sending Mail.
-* C-x 5 b:                               Select Buffer.
-* C-x 5 C-f:                             Visiting.
-* C-x ;:                                 Comments.
+                                                              (line  34)
+* C-q:                                   Inserting Text.      (line  33)
+* C-q (isearch-mode):                    Incremental Search.  (line 130)
+* C-r:                                   Incremental Search.  (line  19)
+* C-r (isearch-mode):                    Incremental Search.  (line 130)
+* C-r (query-replace):                   Query Replace.       (line  27)
+* C-RIGHT:                               Moving Point.        (line  15)
+* C-s:                                   Incremental Search.  (line  19)
+* C-s (isearch-mode):                    Incremental Search.  (line 130)
+* C-SPC:                                 Setting Mark.        (line  32)
+* C-SPC (Calendar mode):                 Mark and Region.     (line  24)
+* C-t <1>:                               Transpose.           (line  18)
+* C-t:                                   Moving Point.        (line  15)
+* C-u:                                   Arguments.           (line  28)
+* C-u - C-x ;:                           Comments.            (line  58)
+* C-u C-@:                               Mark Ring.           (line   6)
+* C-u C-SPC:                             Mark Ring.           (line   6)
+* C-u C-x v v:                           Editing with VC.     (line 107)
+* C-u TAB:                               Multi-line Indent.   (line  27)
+* C-v <1>:                               Scrolling.           (line  42)
+* C-v:                                   Moving Point.        (line  15)
+* C-v (Calendar mode):                   Scroll Calendar.     (line  35)
+* C-w:                                   Killing.             (line 100)
+* C-w (isearch-mode):                    Incremental Search.  (line 130)
+* C-w (query-replace):                   Query Replace.       (line  27)
+* C-x:                                   Key Sequences.       (line  29)
+* C-x $:                                 Selective Display.   (line   6)
+* C-x (:                                 Basic Kbd Macro.     (line   6)
+* C-x ):                                 Basic Kbd Macro.     (line   6)
+* C-x .:                                 Fill Prefix.         (line  22)
+* C-x 0:                                 Change Window.       (line  23)
+* C-x 1:                                 Change Window.       (line  31)
+* C-x 2:                                 Split Window.        (line  21)
+* C-x 3:                                 Split Window.        (line  28)
+* C-x 4:                                 Pop Up Window.       (line   6)
+* C-x 4 .:                               Find Tag.            (line  67)
+* C-x 4 b:                               Select Buffer.       (line  16)
+* C-x 4 d:                               Dired Enter.         (line  16)
+* C-x 4 f:                               Visiting.            (line 108)
+* C-x 4 m:                               Sending Mail.        (line  22)
+* C-x 5 b:                               Select Buffer.       (line  16)
+* C-x 5 C-f:                             Visiting.            (line  46)
+* C-x ;:                                 Comments.            (line  84)
 * C-x <:                                 Horizontal Scrolling.
-* C-x < (Calendar mode):                 Scroll Calendar.
-* C-x <RET> C:                           Coding Systems.
-* C-x =:                                 Position Info.
+                                                              (line  12)
+* C-x < (Calendar mode):                 Scroll Calendar.     (line  28)
+* C-x <RET> C:                           Coding Systems.      (line  39)
+* C-x =:                                 Position Info.       (line  47)
 * C-x >:                                 Horizontal Scrolling.
-* C-x > (Calendar mode):                 Scroll Calendar.
-* C-x [:                                 Pages.
+                                                              (line  12)
+* C-x > (Calendar mode):                 Scroll Calendar.     (line  28)
+* C-x [:                                 Pages.               (line  28)
 * C-x [ (Calendar mode):                 Calendar Unit Motion.
-* C-x ]:                                 Pages.
+                                                              (line  43)
+* C-x ]:                                 Pages.               (line  28)
 * C-x ] (Calendar mode):                 Calendar Unit Motion.
-* C-x ^:                                 Change Window.
-* C-x `:                                 Compilation.
-* C-x a g:                               Defining Abbrevs.
-* C-x a i g:                             Defining Abbrevs.
-* C-x a i l:                             Defining Abbrevs.
-* C-x a l:                               Defining Abbrevs.
-* C-x b:                                 Select Buffer.
-* C-x C-b:                               List Buffers.
-* C-x C-c:                               Exiting.
-* C-x C-d:                               ListDir.
-* C-x C-e:                               Lisp Eval.
-* C-x C-l:                               Case.
-* C-x C-o <1>:                           Killing.
-* C-x C-o:                               Blank Lines.
-* C-x C-p <1>:                           Pages.
-* C-x C-p:                               Marking Objects.
-* C-x C-q:                               Misc Buffer.
-* C-x C-q (version control):             Editing with VC.
-* C-x C-s:                               Saving.
-* C-x C-t:                               Transpose.
-* C-x C-u:                               Case.
-* C-x C-v:                               Visiting.
-* C-x C-w:                               Saving.
-* C-x C-x:                               Setting Mark.
-* C-x C-x (Calendar mode):               Mark and Region.
-* C-x d:                                 Dired Enter.
-* C-x DEL <1>:                           Sentences.
-* C-x DEL <2>:                           Kill Errors.
-* C-x DEL:                               Killing.
-* C-x e:                                 Basic Kbd Macro.
-* C-x ESC ESC:                           Repetition.
-* C-x f:                                 Fill Commands.
-* C-x h:                                 Marking Objects.
-* C-x k:                                 Kill Buffer.
-* C-x l:                                 Pages.
-* C-x m:                                 Sending Mail.
-* C-x n n:                               Narrowing.
-* C-x n w:                               Narrowing.
-* C-x o:                                 Other Window.
-* C-x q:                                 Kbd Macro Query.
-* C-x r +:                               RegNumbers.
-* C-x r b:                               Bookmarks.
-* C-x r g:                               RegText.
-* C-x r i:                               RegText.
-* C-x r j:                               RegPos.
-* C-x r l:                               Bookmarks.
-* C-x r m:                               Bookmarks.
-* C-x r n:                               RegNumbers.
-* C-x r r:                               RegRect.
-* C-x r s:                               RegText.
-* C-x r SPC:                             RegPos.
-* C-x r w:                               RegConfig.
-* C-x RET:                               Mule Intro.
-* C-x RET c:                             Specify Coding.
-* C-x RET C-\:                           Select Input Method.
-* C-x RET f:                             Specify Coding.
-* C-x RET k:                             Specify Coding.
-* C-x RET p:                             Specify Coding.
-* C-x RET t:                             Specify Coding.
-* C-x s:                                 Saving.
+                                                              (line  43)
+* C-x ^:                                 Change Window.       (line  36)
+* C-x `:                                 Compilation.         (line  58)
+* C-x a g:                               Defining Abbrevs.    (line  25)
+* C-x a i g:                             Defining Abbrevs.    (line  44)
+* C-x a i l:                             Defining Abbrevs.    (line  44)
+* C-x a l:                               Defining Abbrevs.    (line  38)
+* C-x b:                                 Select Buffer.       (line  16)
+* C-x C-b:                               List Buffers.        (line   9)
+* C-x C-c:                               Exiting.             (line  64)
+* C-x C-d:                               ListDir.             (line  17)
+* C-x C-e:                               Lisp Eval.           (line  50)
+* C-x C-l:                               Case.                (line  46)
+* C-x C-o <1>:                           Killing.             (line  53)
+* C-x C-o:                               Blank Lines.         (line  16)
+* C-x C-p <1>:                           Pages.               (line  34)
+* C-x C-p:                               Marking Objects.     (line  32)
+* C-x C-q:                               Misc Buffer.         (line  15)
+* C-x C-q (version control):             Editing with VC.     (line  33)
+* C-x C-s:                               Saving.              (line  26)
+* C-x C-t:                               Transpose.           (line  30)
+* C-x C-u:                               Case.                (line  46)
+* C-x C-v:                               Visiting.            (line  96)
+* C-x C-w:                               Saving.              (line  73)
+* C-x C-x:                               Setting Mark.        (line  42)
+* C-x C-x (Calendar mode):               Mark and Region.     (line  24)
+* C-x d:                                 Dired Enter.         (line   6)
+* C-x DEL <1>:                           Sentences.           (line  37)
+* C-x DEL <2>:                           Kill Errors.         (line  19)
+* C-x DEL:                               Killing.             (line 100)
+* C-x e:                                 Basic Kbd Macro.     (line   6)
+* C-x ESC ESC:                           Repetition.          (line  27)
+* C-x f:                                 Fill Commands.       (line  53)
+* C-x h:                                 Marking Objects.     (line  32)
+* C-x k:                                 Kill Buffer.         (line  16)
+* C-x l:                                 Pages.               (line  46)
+* C-x m:                                 Sending Mail.        (line  22)
+* C-x n n:                               Narrowing.           (line  28)
+* C-x n w:                               Narrowing.           (line  39)
+* C-x o:                                 Other Window.        (line  20)
+* C-x q:                                 Kbd Macro Query.     (line   6)
+* C-x r +:                               RegNumbers.          (line  14)
+* C-x r b:                               Bookmarks.           (line  30)
+* C-x r g:                               RegText.             (line  21)
+* C-x r i:                               RegText.             (line  21)
+* C-x r j:                               RegPos.              (line  20)
+* C-x r l:                               Bookmarks.           (line  37)
+* C-x r m:                               Bookmarks.           (line  30)
+* C-x r n:                               RegNumbers.          (line  11)
+* C-x r r:                               RegRect.             (line  11)
+* C-x r s:                               RegText.             (line  21)
+* C-x r SPC:                             RegPos.              (line  16)
+* C-x r w:                               RegConfig.           (line   6)
+* C-x RET:                               Mule Intro.          (line  68)
+* C-x RET c:                             Specify Coding.      (line  34)
+* C-x RET C-\:                           Select Input Method. (line  20)
+* C-x RET f:                             Specify Coding.      (line  27)
+* C-x RET k:                             Specify Coding.      (line  73)
+* C-x RET p:                             Specify Coding.      (line  91)
+* C-x RET t:                             Specify Coding.      (line  62)
+* C-x s:                                 Saving.              (line  39)
 * C-x TAB:                               Indentation Commands.
-* C-x u:                                 Undo.
-* C-x v =:                               Old Versions.
-* C-x v a:                               Change Logs and VC.
-* C-x v c:                               Editing with VC.
-* C-x v d:                               VC Status.
-* C-x v h:                               Version Headers.
-* C-x v i:                               Editing with VC.
-* C-x v l:                               VC Status.
-* C-x v r:                               Making Snapshots.
-* C-x v s:                               Making Snapshots.
-* C-x v u:                               Editing with VC.
-* C-x v ~:                               Old Versions.
-* C-x }:                                 Change Window.
-* C-y:                                   Kill Ring.
-* C-y (isearch-mode):                    Incremental Search.
-* C-z:                                   Exiting.
-* control key:                           Intro to Keystrokes.
-* d (Calendar mode):                     Diary Commands.
-* DEL <1>:                               Program Modes.
-* DEL <2>:                               Major Modes.
-* DEL <3>:                               Kill Errors.
-* DEL:                                   Killing.
-* DEL (isearch-mode):                    Incremental Search.
-* DEL (query-replace):                   Query Replace.
-* DOWN:                                  Moving Point.
-* END:                                   Moving Point.
-* ESC <1>:                               Meta Key.
-* ESC:                                   Key Sequences.
-* ESC (query-replace):                   Query Replace.
-* F1:                                    Help.
-* g CHAR (Calendar mode):                From Other Calendar.
-* g d (Calendar mode):                   Specified Dates.
-* g m l (Calendar mode):                 Mayan Calendar.
-* h (Calendar mode):                     Holidays.
-* Help:                                  Help.
-* HOME:                                  Moving Point.
+                                                              (line  33)
+* C-x u:                                 Undo.                (line  20)
+* C-x v =:                               Old Versions.        (line  22)
+* C-x v a:                               Change Logs and VC.  (line  11)
+* C-x v c:                               Editing with VC.     (line  76)
+* C-x v d:                               VC Status.           (line  11)
+* C-x v h:                               Version Headers.     (line  11)
+* C-x v i:                               Editing with VC.     (line  92)
+* C-x v l:                               VC Status.           (line   6)
+* C-x v r:                               Making Snapshots.    (line  14)
+* C-x v s:                               Making Snapshots.    (line   9)
+* C-x v u:                               Editing with VC.     (line  66)
+* C-x v ~:                               Old Versions.        (line  17)
+* C-x }:                                 Change Window.       (line  36)
+* C-y:                                   Kill Ring.           (line   6)
+* C-y (isearch-mode):                    Incremental Search.  (line 130)
+* C-z:                                   Exiting.             (line  39)
+* control key:                           Intro to Keystrokes. (line  16)
+* d (Calendar mode):                     Diary Commands.      (line  35)
+* DEL <1>:                               Program Modes.       (line  50)
+* DEL <2>:                               Major Modes.         (line   6)
+* DEL <3>:                               Kill Errors.         (line  15)
+* DEL:                                   Killing.             (line   6)
+* DEL (isearch-mode):                    Incremental Search.  (line 130)
+* DEL (query-replace):                   Query Replace.       (line  27)
+* DOWN:                                  Moving Point.        (line   6)
+* END:                                   Moving Point.        (line  15)
+* ESC <1>:                               Meta Key.            (line   6)
+* ESC:                                   Key Sequences.       (line  29)
+* ESC (query-replace):                   Query Replace.       (line  27)
+* F1:                                    Help.                (line   6)
+* g CHAR (Calendar mode):                From Other Calendar. (line  10)
+* g d (Calendar mode):                   Specified Dates.     (line  18)
+* g m l (Calendar mode):                 Mayan Calendar.      (line  42)
+* h (Calendar mode):                     Holidays.            (line  33)
+* Help:                                  Help.                (line   6)
+* HOME:                                  Moving Point.        (line  15)
 * hyper key <1>:                         Super and Hyper Keys.
+                                                              (line   6)
 * hyper key <2>:                         Representing Keystrokes.
-* hyper key:                             Intro to Keystrokes.
+                                                              (line   6)
+* hyper key:                             Intro to Keystrokes. (line  16)
 * i a (Calendar mode):                   Special Diary Entries.
+                                                              (line  29)
 * i b (Calendar mode):                   Special Diary Entries.
+                                                              (line  56)
 * i c (Calendar mode):                   Special Diary Entries.
-* i d (Calendar mode):                   Adding to Diary.
-* i m (Calendar mode):                   Adding to Diary.
-* i w (Calendar mode):                   Adding to Diary.
-* i y (Calendar mode):                   Adding to Diary.
-* LEFT:                                  Moving Point.
-* LFD <1>:                               Basic Indent.
-* LFD <2>:                               Major Modes.
+                                                              (line  61)
+* i d (Calendar mode):                   Adding to Diary.     (line  24)
+* i m (Calendar mode):                   Adding to Diary.     (line  29)
+* i w (Calendar mode):                   Adding to Diary.     (line  29)
+* i y (Calendar mode):                   Adding to Diary.     (line  29)
+* LEFT:                                  Moving Point.        (line   6)
+* LFD <1>:                               Basic Indent.        (line  26)
+* LFD <2>:                               Major Modes.         (line   6)
 * LFD:                                   String Key Sequences.
-* LFD (TeX mode):                        TeX Editing.
-* m (Calendar mode):                     Diary Commands.
-* M (Calendar mode):                     Lunar Phases.
-* M-!:                                   Single Shell.
-* M-$:                                   Spelling.
-* M-%:                                   Query Replace.
-* M-':                                   Expanding Abbrevs.
-* M-(:                                   Balanced Editing.
-* M-):                                   Balanced Editing.
-* M-,:                                   Tags Search.
-* M--:                                   Arguments.
-* M-- M-c:                               Fixing Case.
-* M-- M-l:                               Fixing Case.
-* M-- M-u:                               Fixing Case.
-* M-.:                                   Find Tag.
-* M-/:                                   Dynamic Abbrevs.
-* M-1:                                   Arguments.
-* M-::                                   Lisp Eval.
-* M-;:                                   Comments.
-* M-<:                                   Moving Point.
+                                                              (line  15)
+* LFD (TeX mode):                        TeX Editing.         (line  55)
+* m (Calendar mode):                     Diary Commands.      (line  47)
+* M (Calendar mode):                     Lunar Phases.        (line  19)
+* M-!:                                   Single Shell.        (line   6)
+* M-$:                                   Spelling.            (line  18)
+* M-%:                                   Query Replace.       (line  13)
+* M-':                                   Expanding Abbrevs.   (line  32)
+* M-(:                                   Balanced Editing.    (line  13)
+* M-):                                   Balanced Editing.    (line  13)
+* M-,:                                   Tags Search.         (line  28)
+* M--:                                   Arguments.           (line  16)
+* M-- M-c:                               Fixing Case.         (line  16)
+* M-- M-l:                               Fixing Case.         (line  16)
+* M-- M-u:                               Fixing Case.         (line  16)
+* M-.:                                   Find Tag.            (line  19)
+* M-/:                                   Dynamic Abbrevs.     (line  12)
+* M-1:                                   Arguments.           (line  16)
+* M-::                                   Lisp Eval.           (line  38)
+* M-;:                                   Comments.            (line   6)
+* M-<:                                   Moving Point.        (line  15)
 * M-< (Calendar mode):                   Move to Beginning or End.
-* M-=:                                   Position Info.
-* M-= (Calendar mode):                   Mark and Region.
-* M->:                                   Moving Point.
+                                                              (line  21)
+* M-=:                                   Position Info.       (line  31)
+* M-= (Calendar mode):                   Mark and Region.     (line  31)
+* M->:                                   Moving Point.        (line  15)
 * M-> (Calendar mode):                   Move to Beginning or End.
-* M-?:                                   Nroff Mode.
-* M-@ <1>:                               Words.
-* M-@:                                   Marking Objects.
+                                                              (line  24)
+* M-?:                                   Nroff Mode.          (line  14)
+* M-@ <1>:                               Words.               (line  61)
+* M-@:                                   Marking Objects.     (line  28)
 * M-\ <1>:                               Indentation Commands.
-* M-\:                                   Killing.
+                                                              (line  24)
+* M-\:                                   Killing.             (line  53)
 * M-^ <1>:                               Indentation Commands.
-* M-^:                                   Killing.
-* M-a:                                   Sentences.
+                                                              (line  24)
+* M-^:                                   Killing.             (line  53)
+* M-a:                                   Sentences.           (line  22)
 * M-a (Calendar mode):                   Move to Beginning or End.
-* M-b:                                   Words.
-* M-c:                                   Case.
-* M-C-r:                                 Regexp Search.
-* M-C-s:                                 Regexp Search.
-* M-d <1>:                               Words.
-* M-d:                                   Killing.
-* M-DEL <1>:                             Words.
-* M-DEL <2>:                             Kill Errors.
-* M-DEL:                                 Killing.
-* M-e:                                   Sentences.
+                                                              (line  15)
+* M-b:                                   Words.               (line  32)
+* M-c:                                   Case.                (line  24)
+* M-C-r:                                 Regexp Search.       (line  28)
+* M-C-s:                                 Regexp Search.       (line  28)
+* M-d <1>:                               Words.               (line  41)
+* M-d:                                   Killing.             (line 100)
+* M-DEL <1>:                             Words.               (line  50)
+* M-DEL <2>:                             Kill Errors.         (line  19)
+* M-DEL:                                 Killing.             (line 100)
+* M-e:                                   Sentences.           (line  22)
 * M-e (Calendar mode):                   Move to Beginning or End.
-* M-f:                                   Words.
-* M-g:                                   Fill Commands.
-* M-h <1>:                               Paragraphs.
-* M-h:                                   Marking Objects.
-* M-i:                                   Tab Stops.
-* M-k <1>:                               Sentences.
-* M-k:                                   Killing.
-* M-l:                                   Case.
-* M-LFD:                                 Comments.
-* M-LFD (Fortran mode):                  ForIndent Commands.
+                                                              (line  18)
+* M-f:                                   Words.               (line  32)
+* M-g:                                   Fill Commands.       (line  27)
+* M-h <1>:                               Paragraphs.          (line  31)
+* M-h:                                   Marking Objects.     (line  32)
+* M-i:                                   Tab Stops.           (line   6)
+* M-k <1>:                               Sentences.           (line  37)
+* M-k:                                   Killing.             (line 100)
+* M-l:                                   Case.                (line  24)
+* M-LFD:                                 Comments.            (line  72)
+* M-LFD (Fortran mode):                  ForIndent Commands.  (line  25)
 * M-m:                                   Indentation Commands.
-* M-n <1>:                               Nroff Mode.
-* M-n:                                   Repetition.
-* M-n (isearch-mode):                    Incremental Search.
-* M-n (minibuffer history):              Minibuffer History.
-* M-n (Shell mode):                      Shell Mode.
-* M-p <1>:                               Nroff Mode.
-* M-p:                                   Repetition.
-* M-p (isearch-mode):                    Incremental Search.
-* M-p (minibuffer history):              Minibuffer History.
-* M-p (Shell mode):                      Shell Mode.
-* M-q:                                   Fill Commands.
-* M-r:                                   Moving Point.
-* M-r (minibuffer history):              Minibuffer History.
-* M-s:                                   Fill Commands.
-* M-s (minibuffer history):              Minibuffer History.
-* M-SPC:                                 Killing.
-* M-t <1>:                               Words.
-* M-t:                                   Transpose.
-* M-TAB <1>:                             Tabs in Picture.
-* M-TAB:                                 Lisp Completion.
-* M-TAB (customization buffer):          Changing an Option.
-* M-TAB (isearch-mode):                  Incremental Search.
-* M-u:                                   Case.
-* M-v <1>:                               Scrolling.
-* M-v:                                   Moving Point.
-* M-v (Calendar mode):                   Scroll Calendar.
-* M-w:                                   Kill Ring.
-* M-x:                                   M-x.
-* M-y:                                   Earlier Kills.
-* M-z:                                   Killing.
-* M-{:                                   Paragraphs.
+                                                              (line   9)
+* M-n <1>:                               Nroff Mode.          (line  14)
+* M-n:                                   Repetition.          (line  45)
+* M-n (isearch-mode):                    Incremental Search.  (line 130)
+* M-n (minibuffer history):              Minibuffer History.  (line  30)
+* M-n (Shell mode):                      Shell Mode.          (line  12)
+* M-p <1>:                               Nroff Mode.          (line  14)
+* M-p:                                   Repetition.          (line  45)
+* M-p (isearch-mode):                    Incremental Search.  (line 130)
+* M-p (minibuffer history):              Minibuffer History.  (line  30)
+* M-p (Shell mode):                      Shell Mode.          (line  12)
+* M-q:                                   Fill Commands.       (line  21)
+* M-r:                                   Moving Point.        (line  15)
+* M-r (minibuffer history):              Minibuffer History.  (line  48)
+* M-s:                                   Fill Commands.       (line  44)
+* M-s (minibuffer history):              Minibuffer History.  (line  48)
+* M-SPC:                                 Killing.             (line  53)
+* M-t <1>:                               Words.               (line  55)
+* M-t:                                   Transpose.           (line  30)
+* M-TAB <1>:                             Tabs in Picture.     (line   6)
+* M-TAB:                                 Lisp Completion.     (line   9)
+* M-TAB (customization buffer):          Changing an Option.  (line  52)
+* M-TAB (isearch-mode):                  Incremental Search.  (line 130)
+* M-u:                                   Case.                (line  24)
+* M-v <1>:                               Scrolling.           (line  42)
+* M-v:                                   Moving Point.        (line  15)
+* M-v (Calendar mode):                   Scroll Calendar.     (line  35)
+* M-w:                                   Kill Ring.           (line  30)
+* M-x:                                   M-x.                 (line  18)
+* M-y:                                   Earlier Kills.       (line   6)
+* M-z:                                   Killing.             (line 129)
+* M-{:                                   Paragraphs.          (line   6)
 * M-{ (Calendar mode):                   Calendar Unit Motion.
-* M-|:                                   Single Shell.
-* M-}:                                   Paragraphs.
+                                                              (line  43)
+* M-|:                                   Single Shell.        (line  15)
+* M-}:                                   Paragraphs.          (line   6)
 * M-} (Calendar mode):                   Calendar Unit Motion.
-* M-~:                                   Saving.
-* META:                                  Meta Key.
-* meta key:                              Intro to Keystrokes.
-* next:                                  Scrolling.
-* o (Calendar mode):                     Specified Dates.
-* p (Calendar mode):                     To Other Calendar.
-* p d (Calendar mode):                   General Calendar.
-* pgdn:                                  Scrolling.
-* PGDN:                                  Moving Point.
-* pgup:                                  Scrolling.
-* PGUP:                                  Moving Point.
-* prior:                                 Scrolling.
-* q (Calendar mode):                     General Calendar.
-* RET:                                   Inserting Text.
-* RET (isearch-mode):                    Incremental Search.
-* RET (Shell mode):                      Shell Mode.
-* RIGHT:                                 Moving Point.
-* s (Calendar mode):                     Diary Commands.
-* S (Calendar mode):                     Sunrise/Sunset.
-* S-TAB (customization buffer):          Changing an Option.
-* shift key:                             Intro to Keystrokes.
-* SPC:                                   Completion Commands.
-* SPC (Calendar mode):                   General Calendar.
-* SPC (query-replace):                   Query Replace.
+                                                              (line  43)
+* M-~:                                   Saving.              (line  45)
+* META:                                  Meta Key.            (line   6)
+* meta key:                              Intro to Keystrokes. (line  16)
+* next:                                  Scrolling.           (line  42)
+* o (Calendar mode):                     Specified Dates.     (line  23)
+* p (Calendar mode):                     To Other Calendar.   (line  11)
+* p d (Calendar mode):                   General Calendar.    (line  21)
+* pgdn:                                  Scrolling.           (line  42)
+* PGDN:                                  Moving Point.        (line  15)
+* pgup:                                  Scrolling.           (line  42)
+* PGUP:                                  Moving Point.        (line  15)
+* prior:                                 Scrolling.           (line  42)
+* q (Calendar mode):                     General Calendar.    (line  41)
+* RET:                                   Inserting Text.      (line  19)
+* RET (isearch-mode):                    Incremental Search.  (line 130)
+* RET (Shell mode):                      Shell Mode.          (line  12)
+* RIGHT:                                 Moving Point.        (line   6)
+* s (Calendar mode):                     Diary Commands.      (line  55)
+* S (Calendar mode):                     Sunrise/Sunset.      (line  22)
+* S-TAB (customization buffer):          Changing an Option.  (line  90)
+* shift key:                             Intro to Keystrokes. (line  16)
+* SPC:                                   Completion Commands. (line  34)
+* SPC (Calendar mode):                   General Calendar.    (line  29)
+* SPC (query-replace):                   Query Replace.       (line  27)
 * super key <1>:                         Super and Hyper Keys.
+                                                              (line   6)
 * super key <2>:                         Representing Keystrokes.
-* super key:                             Intro to Keystrokes.
-* t (Calendar mode):                     LaTeX Calendar.
-* TAB <1>:                               Basic Indent.
-* TAB <2>:                               Text Mode.
-* TAB <3>:                               Indentation.
-* TAB <4>:                               Major Modes.
-* TAB <5>:                               Completion Example.
+                                                              (line   6)
+* super key:                             Intro to Keystrokes. (line  16)
+* t (Calendar mode):                     LaTeX Calendar.      (line  10)
+* TAB <1>:                               Basic Indent.        (line  12)
+* TAB <2>:                               Text Mode.           (line   6)
+* TAB <3>:                               Indentation.         (line  39)
+* TAB <4>:                               Major Modes.         (line   6)
+* TAB <5>:                               Completion Example.  (line   6)
 * TAB:                                   String Key Sequences.
-* TAB (customization buffer):            Changing an Option.
-* TAB (Shell mode):                      Shell Mode.
-* u (Calendar mode) <1>:                 Diary Commands.
-* u (Calendar mode):                     Holidays.
-* UP:                                    Moving Point.
-* x (Calendar mode):                     Holidays.
+                                                              (line  15)
+* TAB (customization buffer):            Changing an Option.  (line  90)
+* TAB (Shell mode):                      Shell Mode.          (line  12)
+* u (Calendar mode) <1>:                 Diary Commands.      (line  47)
+* u (Calendar mode):                     Holidays.            (line  40)
+* UP:                                    Moving Point.        (line   6)
+* x (Calendar mode):                     Holidays.            (line  40)
 
 \1f
 File: xemacs.info,  Node: Command Index,  Next: Variable Index,  Prev: Key Index,  Up: Top
@@ -1769,763 +1996,869 @@ File: xemacs.info,  Node: Command Index,  Next: Variable Index,  Prev: Key Index
 Command and Function Index
 **************************
 
+\0\b[index\0\b]
 * Menu:
 
-* abbrev-mode <1>:                       Minor Modes.
-* abbrev-mode:                           Abbrevs.
-* abbrev-prefix-mark:                    Expanding Abbrevs.
-* abort-recursive-edit <1>:              Quitting.
-* abort-recursive-edit:                  Recursive Edit.
-* add-change-log-entry:                  Change Log.
-* add-global-abbrev:                     Defining Abbrevs.
-* add-menu:                              Menu Customization.
-* add-menu-item:                         Menu Customization.
-* add-mode-abbrev:                       Defining Abbrevs.
-* add-name-to-file:                      Misc File Ops.
-* american-calendar:                     Date Formats.
-* append-next-kill:                      Appending Kills.
-* append-to-buffer:                      Accumulating Text.
-* append-to-file <1>:                    Misc File Ops.
-* append-to-file:                        Accumulating Text.
-* apropos:                               Apropos.
-* apropos-documentation:                 Apropos.
-* apropos-value:                         Apropos.
-* ask-user-about-lock:                   Interlocking.
-* auto-fill-mode <1>:                    Minor Modes.
-* auto-fill-mode:                        Auto Fill.
-* auto-save-mode:                        Auto Save Control.
+* abbrev-mode <1>:                       Minor Modes.         (line  31)
+* abbrev-mode:                           Abbrevs.             (line  12)
+* abbrev-prefix-mark:                    Expanding Abbrevs.   (line  32)
+* abort-recursive-edit <1>:              Quitting.            (line  44)
+* abort-recursive-edit:                  Recursive Edit.      (line  18)
+* add-change-log-entry:                  Change Log.          (line   6)
+* add-global-abbrev:                     Defining Abbrevs.    (line  25)
+* add-hook:                              Mode Hooks.          (line   6)
+* add-menu:                              Menu Customization.  (line  30)
+* add-menu-item:                         Menu Customization.  (line  53)
+* add-mode-abbrev:                       Defining Abbrevs.    (line  38)
+* add-name-to-file:                      Misc File Ops.       (line   9)
+* american-calendar:                     Date Formats.        (line  39)
+* append-next-kill:                      Appending Kills.     (line  33)
+* append-to-buffer:                      Accumulating Text.   (line   6)
+* append-to-file <1>:                    Misc File Ops.       (line  13)
+* append-to-file:                        Accumulating Text.   (line   6)
+* apropos:                               Apropos.             (line  44)
+* apropos-documentation:                 Apropos.             (line  49)
+* apropos-value:                         Apropos.             (line  53)
+* ask-user-about-lock:                   Interlocking.        (line  18)
+* auto-fill-mode <1>:                    Minor Modes.         (line  22)
+* auto-fill-mode:                        Auto Fill.           (line  17)
+* auto-save-mode:                        Auto Save Control.   (line   6)
+* awk-mode:                              CC Mode.             (line   6)
 * back-to-indentation:                   Indentation Commands.
-* backward-char:                         Moving Point.
-* backward-delete-char-untabify:         Program Modes.
-* backward-kill-sentence <1>:            Sentences.
-* backward-kill-sentence <2>:            Kill Errors.
-* backward-kill-sentence:                Killing.
-* backward-kill-word <1>:                Words.
-* backward-kill-word <2>:                Kill Errors.
-* backward-kill-word:                    Killing.
-* backward-list:                         Lists.
-* backward-or-forward-delete-char:       Inserting Text.
-* backward-page:                         Pages.
-* backward-paragraph:                    Paragraphs.
-* backward-sentence:                     Sentences.
-* backward-sexp:                         Lists.
-* backward-text-line:                    Nroff Mode.
-* backward-up-list:                      Lists.
-* backward-word:                         Words.
-* batch-byte-compile:                    Compiling Libraries.
-* beginning-of-buffer:                   Moving Point.
-* beginning-of-defun:                    Defuns.
-* beginning-of-fortran-subprogram:       Fortran Motion.
-* beginning-of-line:                     Moving Point.
-* bookmark-delete:                       Bookmarks.
-* bookmark-insert:                       Bookmarks.
-* bookmark-insert-location:              Bookmarks.
-* bookmark-jump:                         Bookmarks.
-* bookmark-load:                         Bookmarks.
-* bookmark-save:                         Bookmarks.
-* bookmark-set:                          Bookmarks.
-* bookmark-write:                        Bookmarks.
-* buffer-menu:                           Several Buffers.
-* byte-compile-and-load-file:            Compiling Libraries.
-* byte-compile-buffer:                   Compiling Libraries.
-* byte-compile-file:                     Compiling Libraries.
-* byte-recompile-directory:              Compiling Libraries.
-* c-indent-line:                         Basic Indent.
-* calendar:                              Calendar/Diary.
+                                                              (line   9)
+* backward-char:                         Moving Point.        (line  15)
+* backward-delete-char-untabify:         Program Modes.       (line  50)
+* backward-kill-sentence <1>:            Sentences.           (line  37)
+* backward-kill-sentence <2>:            Kill Errors.         (line  19)
+* backward-kill-sentence:                Killing.             (line 100)
+* backward-kill-word <1>:                Words.               (line  50)
+* backward-kill-word <2>:                Kill Errors.         (line  19)
+* backward-kill-word:                    Killing.             (line 100)
+* backward-list:                         Lists.               (line  90)
+* backward-or-forward-delete-char:       Inserting Text.      (line  55)
+* backward-page:                         Pages.               (line  28)
+* backward-paragraph:                    Paragraphs.          (line   6)
+* backward-sentence:                     Sentences.           (line  22)
+* backward-sexp:                         Lists.               (line  67)
+* backward-text-line:                    Nroff Mode.          (line  14)
+* backward-up-list:                      Lists.               (line  96)
+* backward-word:                         Words.               (line  32)
+* batch-byte-compile:                    Compiling Libraries. (line  52)
+* beginning-of-buffer:                   Moving Point.        (line  15)
+* beginning-of-defun:                    Defuns.              (line  23)
+* beginning-of-fortran-subprogram:       Fortran Motion.      (line  11)
+* beginning-of-line:                     Moving Point.        (line  15)
+* bookmark-delete:                       Bookmarks.           (line  74)
+* bookmark-insert:                       Bookmarks.           (line  81)
+* bookmark-insert-location:              Bookmarks.           (line  77)
+* bookmark-jump:                         Bookmarks.           (line  22)
+* bookmark-load:                         Bookmarks.           (line  65)
+* bookmark-save:                         Bookmarks.           (line  28)
+* bookmark-set:                          Bookmarks.           (line  19)
+* bookmark-write:                        Bookmarks.           (line  71)
+* buffer-menu:                           Several Buffers.     (line  14)
+* byte-compile-and-load-file:            Compiling Libraries. (line  34)
+* byte-compile-buffer:                   Compiling Libraries. (line  34)
+* byte-compile-file:                     Compiling Libraries. (line  34)
+* byte-recompile-directory:              Compiling Libraries. (line  44)
+* c++-mode:                              CC Mode.             (line   6)
+* c-indent-line:                         Basic Indent.        (line  12)
+* c-mode:                                CC Mode.             (line   6)
+* calendar:                              Calendar/Diary.      (line   6)
 * calendar-backward-day:                 Calendar Unit Motion.
+                                                              (line  34)
 * calendar-backward-month:               Calendar Unit Motion.
+                                                              (line  43)
 * calendar-backward-week:                Calendar Unit Motion.
+                                                              (line  34)
 * calendar-beginning-of-month:           Move to Beginning or End.
+                                                              (line  15)
 * calendar-beginning-of-week:            Move to Beginning or End.
+                                                              (line  11)
 * calendar-beginning-of-year:            Move to Beginning or End.
-* calendar-count-days-region:            Mark and Region.
-* calendar-cursor-holidays:              Holidays.
+                                                              (line  21)
+* calendar-count-days-region:            Mark and Region.     (line  31)
+* calendar-cursor-holidays:              Holidays.            (line  33)
 * calendar-end-of-month:                 Move to Beginning or End.
+                                                              (line  18)
 * calendar-end-of-week:                  Move to Beginning or End.
+                                                              (line  12)
 * calendar-end-of-year:                  Move to Beginning or End.
-* calendar-exchange-point-and-mark:      Mark and Region.
+                                                              (line  24)
+* calendar-exchange-point-and-mark:      Mark and Region.     (line  24)
 * calendar-forward-day:                  Calendar Unit Motion.
+                                                              (line  34)
 * calendar-forward-month:                Calendar Unit Motion.
+                                                              (line  43)
 * calendar-forward-week:                 Calendar Unit Motion.
+                                                              (line  34)
 * calendar-forward-year:                 Calendar Unit Motion.
-* calendar-goto-astro-day-number:        From Other Calendar.
-* calendar-goto-chinese-date:            From Other Calendar.
-* calendar-goto-coptic-date:             From Other Calendar.
-* calendar-goto-date:                    Specified Dates.
-* calendar-goto-ethiopic-date:           From Other Calendar.
-* calendar-goto-french-date:             From Other Calendar.
-* calendar-goto-hebrew-date:             From Other Calendar.
-* calendar-goto-islamic-date:            From Other Calendar.
-* calendar-goto-iso-date:                From Other Calendar.
-* calendar-goto-julian-date:             From Other Calendar.
-* calendar-goto-mayan-long-count-date:   Mayan Calendar.
-* calendar-goto-persian-date:            From Other Calendar.
-* calendar-goto-today:                   Specified Dates.
+                                                              (line  43)
+* calendar-goto-astro-day-number:        From Other Calendar. (line  10)
+* calendar-goto-chinese-date:            From Other Calendar. (line  10)
+* calendar-goto-coptic-date:             From Other Calendar. (line  10)
+* calendar-goto-date:                    Specified Dates.     (line  18)
+* calendar-goto-ethiopic-date:           From Other Calendar. (line  10)
+* calendar-goto-french-date:             From Other Calendar. (line  10)
+* calendar-goto-hebrew-date:             From Other Calendar. (line  10)
+* calendar-goto-islamic-date:            From Other Calendar. (line  10)
+* calendar-goto-iso-date:                From Other Calendar. (line  10)
+* calendar-goto-julian-date:             From Other Calendar. (line  10)
+* calendar-goto-mayan-long-count-date:   Mayan Calendar.      (line  42)
+* calendar-goto-persian-date:            From Other Calendar. (line  10)
+* calendar-goto-today:                   Specified Dates.     (line  26)
 * calendar-mark-today:                   Calendar Customizing.
-* calendar-next-calendar-round-date:     Mayan Calendar.
-* calendar-next-haab-date:               Mayan Calendar.
-* calendar-next-tzolkin-date:            Mayan Calendar.
-* calendar-other-month:                  Specified Dates.
-* calendar-phases-of-moon:               Lunar Phases.
-* calendar-previous-haab-date:           Mayan Calendar.
-* calendar-previous-tzolkin-date:        Mayan Calendar.
-* calendar-print-astro-day-number:       To Other Calendar.
-* calendar-print-chinese-date:           To Other Calendar.
-* calendar-print-coptic-date:            To Other Calendar.
-* calendar-print-day-of-year:            General Calendar.
-* calendar-print-ethiopic-date:          To Other Calendar.
-* calendar-print-french-date:            To Other Calendar.
-* calendar-print-hebrew-date:            To Other Calendar.
-* calendar-print-islamic-date:           To Other Calendar.
-* calendar-print-iso-date:               To Other Calendar.
-* calendar-print-julian-date:            To Other Calendar.
-* calendar-print-mayan-date:             To Other Calendar.
-* calendar-print-persian-date:           To Other Calendar.
-* calendar-set-mark:                     Mark and Region.
+                                                              (line  61)
+* calendar-next-calendar-round-date:     Mayan Calendar.      (line  64)
+* calendar-next-haab-date:               Mayan Calendar.      (line  56)
+* calendar-next-tzolkin-date:            Mayan Calendar.      (line  48)
+* calendar-other-month:                  Specified Dates.     (line  23)
+* calendar-phases-of-moon:               Lunar Phases.        (line  19)
+* calendar-previous-haab-date:           Mayan Calendar.      (line  56)
+* calendar-previous-tzolkin-date:        Mayan Calendar.      (line  48)
+* calendar-print-astro-day-number:       To Other Calendar.   (line  19)
+* calendar-print-chinese-date:           To Other Calendar.   (line  35)
+* calendar-print-coptic-date:            To Other Calendar.   (line  39)
+* calendar-print-day-of-year:            General Calendar.    (line  21)
+* calendar-print-ethiopic-date:          To Other Calendar.   (line  43)
+* calendar-print-french-date:            To Other Calendar.   (line  31)
+* calendar-print-hebrew-date:            To Other Calendar.   (line  23)
+* calendar-print-islamic-date:           To Other Calendar.   (line  27)
+* calendar-print-iso-date:               To Other Calendar.   (line  11)
+* calendar-print-julian-date:            To Other Calendar.   (line  15)
+* calendar-print-mayan-date:             To Other Calendar.   (line  51)
+* calendar-print-persian-date:           To Other Calendar.   (line  47)
+* calendar-set-mark:                     Mark and Region.     (line  24)
 * calendar-star-date:                    Calendar Customizing.
-* calendar-sunrise-sunset:               Sunrise/Sunset.
-* calendar-unmark <1>:                   Diary Commands.
-* calendar-unmark:                       Holidays.
-* call-last-kbd-macro:                   Basic Kbd Macro.
-* cancel-debug-on-entry:                 Lisp Debug.
-* capitalize-word <1>:                   Case.
-* capitalize-word:                       Fixing Case.
-* center-line:                           Fill Commands.
-* choose-completion:                     Completion Commands.
-* clear-rectangle:                       Rectangles.
-* comint-delchar-or-maybe-eof:           Shell Mode.
-* comint-dynamic-complete:               Shell Mode.
-* comint-next-input:                     Shell Mode.
-* comint-previous-input:                 Shell Mode.
-* command-apropos:                       Apropos.
-* compare-windows <1>:                   Other Window.
-* compare-windows:                       Comparing Files.
-* compile:                               Compilation.
-* compile-defun:                         Defuns.
-* convert-mocklisp-buffer:               Mocklisp.
-* conx:                                  CONX.
-* conx-buffer:                           CONX.
-* conx-init:                             CONX.
-* conx-load:                             CONX.
-* conx-region:                           CONX.
-* conx-save:                             CONX.
-* copy-file:                             Misc File Ops.
-* copy-last-shell-input:                 Shell Mode.
-* copy-rectangle-to-register:            RegRect.
-* copy-region-as-kill:                   Kill Ring.
-* copy-to-buffer:                        Accumulating Text.
-* copy-to-register:                      RegText.
-* count-lines-page:                      Pages.
-* count-lines-region:                    Position Info.
+                                                              (line  56)
+* calendar-sunrise-sunset:               Sunrise/Sunset.      (line  22)
+* calendar-unmark <1>:                   Diary Commands.      (line  47)
+* calendar-unmark:                       Holidays.            (line  40)
+* call-last-kbd-macro:                   Basic Kbd Macro.     (line   6)
+* cancel-debug-on-entry:                 Lisp Debug.          (line  18)
+* capitalize-word <1>:                   Case.                (line  24)
+* capitalize-word:                       Fixing Case.         (line  16)
+* center-line:                           Fill Commands.       (line  44)
+* choose-completion:                     Completion Commands. (line  60)
+* clear-rectangle:                       Rectangles.          (line  68)
+* comint-delchar-or-maybe-eof:           Shell Mode.          (line  12)
+* comint-dynamic-complete:               Shell Mode.          (line  12)
+* comint-next-input:                     Shell Mode.          (line  12)
+* comint-previous-input:                 Shell Mode.          (line  12)
+* command-apropos:                       Apropos.             (line   6)
+* compare-windows <1>:                   Other Window.        (line  45)
+* compare-windows:                       Comparing Files.     (line  22)
+* compile:                               Compilation.         (line  29)
+* compile-defun:                         Defuns.              (line  34)
+* convert-mocklisp-buffer:               Mocklisp.            (line   6)
+* conx:                                  CONX.                (line  28)
+* conx-buffer:                           CONX.                (line  28)
+* conx-init:                             CONX.                (line  28)
+* conx-load:                             CONX.                (line  28)
+* conx-region:                           CONX.                (line  28)
+* conx-save:                             CONX.                (line  28)
+* copy-file:                             Misc File Ops.       (line  16)
+* copy-last-shell-input:                 Shell Mode.          (line  12)
+* copy-rectangle-to-register:            RegRect.             (line  11)
+* copy-region-as-kill:                   Kill Ring.           (line  30)
+* copy-to-buffer:                        Accumulating Text.   (line   6)
+* copy-to-register:                      RegText.             (line  21)
+* count-lines-page:                      Pages.               (line  46)
+* count-lines-region:                    Position Info.       (line  31)
 * count-matches:                         Other Repeating Search.
-* count-text-lines:                      Nroff Mode.
-* customize:                             Easy Customization.
+                                                              (line   9)
+* count-text-lines:                      Nroff Mode.          (line  14)
+* customize:                             Easy Customization.  (line   6)
 * customize-apropos:                     Specific Customization.
+                                                              (line  47)
 * customize-browse:                      Customization Groups.
+                                                              (line  51)
 * customize-customized:                  Specific Customization.
+                                                              (line  54)
 * customize-face:                        Specific Customization.
+                                                              (line  38)
 * customize-group:                       Specific Customization.
+                                                              (line  41)
 * customize-option:                      Specific Customization.
+                                                              (line  31)
 * customize-saved:                       Specific Customization.
-* dabbrev-expand:                        Dynamic Abbrevs.
-* debug:                                 Lisp Debug.
-* debug-on-entry:                        Lisp Debug.
-* default-value:                         Locals.
-* define-abbrevs:                        Saving Abbrevs.
+                                                              (line  54)
+* dabbrev-expand:                        Dynamic Abbrevs.     (line  12)
+* debug:                                 Lisp Debug.          (line  18)
+* debug-on-entry:                        Lisp Debug.          (line  18)
+* default-value:                         Locals.              (line  68)
+* define-abbrevs:                        Saving Abbrevs.      (line  42)
 * define-key <1>:                        Programmatic Rebinding.
+                                                              (line   9)
 * define-key:                            Interactive Rebinding.
-* delete-backward-char <1>:              Kill Errors.
-* delete-backward-char:                  Killing.
-* delete-blank-lines <1>:                Killing.
-* delete-blank-lines:                    Blank Lines.
-* delete-char <1>:                       Basic Picture.
-* delete-char:                           Killing.
-* delete-file:                           Misc File Ops.
+                                                              (line  44)
+* delete-backward-char <1>:              Kill Errors.         (line  15)
+* delete-backward-char:                  Killing.             (line   6)
+* delete-blank-lines <1>:                Killing.             (line  53)
+* delete-blank-lines:                    Blank Lines.         (line  16)
+* delete-char <1>:                       Basic Picture.       (line  41)
+* delete-char:                           Killing.             (line   6)
+* delete-file:                           Misc File Ops.       (line  21)
 * delete-horizontal-space <1>:           Indentation Commands.
-* delete-horizontal-space:               Killing.
+                                                              (line  24)
+* delete-horizontal-space:               Killing.             (line  53)
 * delete-indentation <1>:                Indentation Commands.
-* delete-indentation:                    Killing.
+                                                              (line  24)
+* delete-indentation:                    Killing.             (line  53)
 * delete-matching-lines:                 Other Repeating Search.
-* delete-menu-item:                      Menu Customization.
+                                                              (line   9)
+* delete-menu-item:                      Menu Customization.  (line  90)
 * delete-non-matching-lines:             Other Repeating Search.
-* delete-other-windows:                  Change Window.
-* delete-rectangle:                      Rectangles.
-* delete-window:                         Change Window.
-* describe-bindings:                     Misc Help.
-* describe-calendar-mode:                General Calendar.
-* describe-coding-system:                Coding Systems.
-* describe-copying:                      Misc Help.
-* describe-distribution:                 Misc Help.
-* describe-function <1>:                 Documentation.
-* describe-function:                     Name Help.
-* describe-input-method:                 Select Input Method.
-* describe-key:                          Key Help.
-* describe-key-briefly:                  Key Help.
+                                                              (line   9)
+* delete-other-windows:                  Change Window.       (line  31)
+* delete-rectangle:                      Rectangles.          (line  42)
+* delete-window:                         Change Window.       (line  23)
+* describe-bindings:                     Misc Help.           (line  37)
+* describe-calendar-mode:                General Calendar.    (line  26)
+* describe-coding-system:                Coding Systems.      (line  39)
+* describe-copying:                      Misc Help.           (line  51)
+* describe-distribution:                 Misc Help.           (line  51)
+* describe-function <1>:                 Documentation.       (line   6)
+* describe-function:                     Name Help.           (line   6)
+* describe-input-method:                 Select Input Method. (line  14)
+* describe-key:                          Key Help.            (line  13)
+* describe-key-briefly:                  Key Help.            (line   6)
 * describe-language-environment:         Language Environments.
-* describe-mode:                         Misc Help.
-* describe-no-warranty:                  Misc Help.
-* describe-syntax:                       Syntax Change.
-* describe-variable <1>:                 Examining.
-* describe-variable <2>:                 Documentation.
-* describe-variable:                     Name Help.
-* diary:                                 Diary Commands.
-* diary-anniversary <1>:                 Sexp Diary Entries.
+                                                              (line  36)
+* describe-mode:                         Misc Help.           (line  32)
+* describe-no-warranty:                  Misc Help.           (line  51)
+* describe-syntax:                       Syntax Change.       (line  48)
+* describe-variable <1>:                 Examining.           (line  13)
+* describe-variable <2>:                 Documentation.       (line   6)
+* describe-variable:                     Name Help.           (line  49)
+* diary:                                 Diary Commands.      (line  67)
+* diary-anniversary <1>:                 Sexp Diary Entries.  (line  13)
 * diary-anniversary:                     Special Diary Entries.
-* diary-astro-day-number:                Sexp Diary Entries.
+                                                              (line  35)
+* diary-astro-day-number:                Sexp Diary Entries.  (line  69)
 * diary-block:                           Special Diary Entries.
-* diary-cyclic <1>:                      Sexp Diary Entries.
+                                                              (line  50)
+* diary-cyclic <1>:                      Sexp Diary Entries.  (line  32)
 * diary-cyclic:                          Special Diary Entries.
-* diary-day-of-year:                     Sexp Diary Entries.
+                                                              (line  66)
+* diary-day-of-year:                     Sexp Diary Entries.  (line  69)
 * diary-float:                           Special Diary Entries.
-* diary-french-date:                     Sexp Diary Entries.
-* diary-hebrew-date:                     Sexp Diary Entries.
-* diary-islamic-date:                    Sexp Diary Entries.
-* diary-iso-date:                        Sexp Diary Entries.
-* diary-julian-date:                     Sexp Diary Entries.
-* diary-mail-entries:                    Diary Commands.
-* diary-mayan-date:                      Sexp Diary Entries.
-* diary-omer:                            Sexp Diary Entries.
-* diary-parasha:                         Sexp Diary Entries.
-* diary-phases-of-moon:                  Sexp Diary Entries.
-* diary-rosh-hodesh:                     Sexp Diary Entries.
-* diary-sabbath-candles:                 Sexp Diary Entries.
-* diary-sunrise-sunset:                  Sexp Diary Entries.
-* diary-yahrzeit:                        Sexp Diary Entries.
-* diff:                                  Comparing Files.
-* diff-backup:                           Comparing Files.
-* digit-argument:                        Arguments.
-* dired:                                 Dired Enter.
-* dired-other-window <1>:                Pop Up Window.
-* dired-other-window:                    Dired Enter.
-* disable-command:                       Disabling.
-* disable-menu-item:                     Menu Customization.
-* disassemble:                           Compiling Libraries.
-* display-time:                          Mode Line.
-* dissociated-press:                     Dissociated Press.
-* do-auto-save:                          Auto Save Control.
-* doctor:                                Total Frustration.
-* down-list:                             Lists.
-* downcase-region:                       Case.
-* downcase-word <1>:                     Case.
-* downcase-word:                         Fixing Case.
-* edit-abbrevs:                          Editing Abbrevs.
-* edit-abbrevs-redefine:                 Editing Abbrevs.
-* edit-options:                          Edit Options.
-* edit-picture:                          Picture.
-* edit-tab-stops <1>:                    Text Mode.
-* edit-tab-stops:                        Tab Stops.
-* edit-tab-stops-note-changes:           Tab Stops.
-* edt-emulation-off:                     Emulation.
-* edt-emulation-on:                      Emulation.
-* electric-nroff-mode:                   Nroff Mode.
-* emacs-lisp-mode:                       Lisp Eval.
-* emacs-version:                         Bugs.
-* enable-command:                        Disabling.
-* enable-menu-item:                      Menu Customization.
-* end-kbd-macro:                         Basic Kbd Macro.
-* end-of-buffer:                         Moving Point.
-* end-of-defun:                          Defuns.
-* end-of-fortran-subprogram:             Fortran Motion.
-* end-of-line:                           Moving Point.
-* enlarge-window:                        Change Window.
-* enlarge-window-horizontally:           Change Window.
-* european-calendar:                     Date Formats.
-* eval-current-buffer:                   Lisp Eval.
-* eval-defun:                            Lisp Eval.
-* eval-expression:                       Lisp Eval.
-* eval-last-sexp:                        Lisp Eval.
-* eval-region:                           Lisp Eval.
-* exchange-point-and-mark:               Setting Mark.
-* execute-extended-command:              M-x.
-* exit-calendar:                         General Calendar.
-* exit-recursive-edit:                   Recursive Edit.
-* expand-abbrev:                         Expanding Abbrevs.
-* expand-region-abbrevs:                 Expanding Abbrevs.
-* fancy-diary-display:                   Fancy Diary Display.
-* fill-individual-paragraphs:            Fill Prefix.
-* fill-paragraph:                        Fill Commands.
-* fill-region:                           Fill Commands.
-* fill-region-as-paragraph:              Fill Commands.
-* find-alternate-file:                   Visiting.
-* find-file:                             Visiting.
-* find-file-other-frame <1>:             Visiting.
-* find-file-other-frame:                 XEmacs under X.
-* find-file-other-window <1>:            Pop Up Window.
-* find-file-other-window:                Visiting.
-* find-tag:                              Find Tag.
-* find-tag-other-window <1>:             Find Tag.
-* find-tag-other-window:                 Pop Up Window.
-* find-this-file:                        Visiting.
-* find-this-file-other-window:           Visiting.
-* finder-by-keyword:                     Library Keywords.
-* fortran-column-ruler:                  Fortran Columns.
-* fortran-comment-region:                Fortran Comments.
-* fortran-indent-line:                   ForIndent Commands.
-* fortran-indent-subprogram:             ForIndent Commands.
-* fortran-mode:                          Fortran.
-* fortran-next-statement:                Fortran Motion.
-* fortran-previous-statement:            Fortran Motion.
-* fortran-split-line:                    ForIndent Commands.
-* fortran-window-create:                 Fortran Columns.
-* forward-char:                          Moving Point.
-* forward-list:                          Lists.
-* forward-page:                          Pages.
-* forward-paragraph:                     Paragraphs.
-* forward-sentence:                      Sentences.
-* forward-sexp:                          Lists.
-* forward-text-line:                     Nroff Mode.
-* forward-word:                          Words.
-* frame-configuration-to-register:       RegConfig.
+                                                              (line  87)
+* diary-french-date:                     Sexp Diary Entries.  (line  69)
+* diary-hebrew-date:                     Sexp Diary Entries.  (line  69)
+* diary-islamic-date:                    Sexp Diary Entries.  (line  69)
+* diary-iso-date:                        Sexp Diary Entries.  (line  69)
+* diary-julian-date:                     Sexp Diary Entries.  (line  69)
+* diary-mail-entries:                    Diary Commands.      (line  77)
+* diary-mayan-date:                      Sexp Diary Entries.  (line  69)
+* diary-omer:                            Sexp Diary Entries.  (line 119)
+* diary-parasha:                         Sexp Diary Entries.  (line 119)
+* diary-phases-of-moon:                  Sexp Diary Entries.  (line  69)
+* diary-rosh-hodesh:                     Sexp Diary Entries.  (line 119)
+* diary-sabbath-candles:                 Sexp Diary Entries.  (line 119)
+* diary-sunrise-sunset:                  Sexp Diary Entries.  (line  69)
+* diary-yahrzeit:                        Sexp Diary Entries.  (line 119)
+* diff:                                  Comparing Files.     (line   6)
+* diff-backup:                           Comparing Files.     (line  18)
+* digit-argument:                        Arguments.           (line  16)
+* dired:                                 Dired Enter.         (line   6)
+* dired-other-window <1>:                Pop Up Window.       (line  11)
+* dired-other-window:                    Dired Enter.         (line  16)
+* disable-command:                       Disabling.           (line  25)
+* disable-menu-item:                     Menu Customization.  (line  98)
+* disassemble:                           Compiling Libraries. (line  64)
+* display-time:                          Mode Line.           (line  70)
+* dissociated-press:                     Dissociated Press.   (line   6)
+* do-auto-save:                          Auto Save Control.   (line  15)
+* doctor:                                Total Frustration.   (line  13)
+* down-list:                             Lists.               (line  96)
+* downcase-region:                       Case.                (line  46)
+* downcase-word <1>:                     Case.                (line  24)
+* downcase-word:                         Fixing Case.         (line  16)
+* edit-abbrevs:                          Editing Abbrevs.     (line  34)
+* edit-abbrevs-redefine:                 Editing Abbrevs.     (line  34)
+* edit-options:                          Edit Options.        (line  30)
+* edit-picture:                          Picture.             (line   6)
+* edit-tab-stops <1>:                    Text Mode.           (line   6)
+* edit-tab-stops:                        Tab Stops.           (line  11)
+* edit-tab-stops-note-changes:           Tab Stops.           (line  11)
+* edt-emulation-off:                     Emulation.           (line  29)
+* edt-emulation-on:                      Emulation.           (line  29)
+* electric-nroff-mode:                   Nroff Mode.          (line  25)
+* emacs-lisp-mode:                       Lisp Eval.           (line   6)
+* emacs-version:                         Bugs.                (line  63)
+* enable-command:                        Disabling.           (line  25)
+* enable-menu-item:                      Menu Customization.  (line  98)
+* end-kbd-macro:                         Basic Kbd Macro.     (line   6)
+* end-of-buffer:                         Moving Point.        (line  15)
+* end-of-defun:                          Defuns.              (line  23)
+* end-of-fortran-subprogram:             Fortran Motion.      (line  11)
+* end-of-line:                           Moving Point.        (line  15)
+* enlarge-window:                        Change Window.       (line  36)
+* enlarge-window-horizontally:           Change Window.       (line  36)
+* european-calendar:                     Date Formats.        (line  39)
+* eval-current-buffer:                   Lisp Eval.           (line  60)
+* eval-defun:                            Lisp Eval.           (line  44)
+* eval-expression:                       Lisp Eval.           (line  38)
+* eval-last-sexp:                        Lisp Eval.           (line  50)
+* eval-region:                           Lisp Eval.           (line  60)
+* exchange-point-and-mark:               Setting Mark.        (line  42)
+* execute-extended-command:              M-x.                 (line 152)
+* exit-calendar:                         General Calendar.    (line  41)
+* exit-recursive-edit:                   Recursive Edit.      (line  13)
+* expand-abbrev:                         Expanding Abbrevs.   (line  23)
+* expand-region-abbrevs:                 Expanding Abbrevs.   (line  54)
+* fancy-diary-display:                   Fancy Diary Display. (line  11)
+* fill-individual-paragraphs:            Fill Prefix.         (line  45)
+* fill-paragraph:                        Fill Commands.       (line  21)
+* fill-region:                           Fill Commands.       (line  27)
+* fill-region-as-paragraph:              Fill Commands.       (line  30)
+* find-alternate-file:                   Visiting.            (line  96)
+* find-file:                             Visiting.            (line  46)
+* find-file-other-frame <1>:             Visiting.            (line  46)
+* find-file-other-frame:                 XEmacs under X.      (line  22)
+* find-file-other-window <1>:            Pop Up Window.       (line  11)
+* find-file-other-window:                Visiting.            (line 108)
+* find-tag:                              Find Tag.            (line  19)
+* find-tag-other-window <1>:             Find Tag.            (line  67)
+* find-tag-other-window:                 Pop Up Window.       (line  11)
+* find-this-file:                        Visiting.            (line  67)
+* find-this-file-other-window:           Visiting.            (line 119)
+* finder-by-keyword:                     Library Keywords.    (line   6)
+* fortran-column-ruler:                  Fortran Columns.     (line  15)
+* fortran-comment-region:                Fortran Comments.    (line  71)
+* fortran-indent-line:                   ForIndent Commands.  (line  16)
+* fortran-indent-subprogram:             ForIndent Commands.  (line  21)
+* fortran-mode:                          Fortran.             (line  16)
+* fortran-next-statement:                Fortran Motion.      (line  11)
+* fortran-previous-statement:            Fortran Motion.      (line  11)
+* fortran-split-line:                    ForIndent Commands.  (line  25)
+* fortran-window-create:                 Fortran Columns.     (line  30)
+* forward-char:                          Moving Point.        (line  15)
+* forward-list:                          Lists.               (line  90)
+* forward-page:                          Pages.               (line  28)
+* forward-paragraph:                     Paragraphs.          (line   6)
+* forward-sentence:                      Sentences.           (line  22)
+* forward-sexp:                          Lists.               (line  67)
+* forward-text-line:                     Nroff Mode.          (line  14)
+* forward-word:                          Words.               (line  32)
+* frame-configuration-to-register:       RegConfig.           (line   6)
 * global-set-key <1>:                    Programmatic Rebinding.
+                                                              (line   9)
 * global-set-key:                        Interactive Rebinding.
-* goto-char:                             Moving Point.
-* goto-line:                             Moving Point.
-* hanoi:                                 Amusements.
-* help-command:                          Help.
-* help-for-help:                         Help.
-* help-with-tutorial <1>:                Misc Help.
-* help-with-tutorial:                    Basic.
-* hide-body:                             Outline Visibility.
-* hide-entry:                            Outline Visibility.
-* hide-leaves:                           Outline Visibility.
-* hide-subtree:                          Outline Visibility.
-* holidays:                              Holidays.
+                                                              (line   6)
+* goto-char:                             Moving Point.        (line  15)
+* goto-line:                             Moving Point.        (line  15)
+* hanoi:                                 Amusements.          (line   6)
+* help-command:                          Help.                (line   6)
+* help-for-help:                         Help.                (line  13)
+* help-with-tutorial <1>:                Misc Help.           (line  51)
+* help-with-tutorial:                    Basic.               (line   6)
+* hide-body:                             Outline Visibility.  (line  66)
+* hide-entry:                            Outline Visibility.  (line  43)
+* hide-leaves:                           Outline Visibility.  (line  56)
+* hide-subtree:                          Outline Visibility.  (line  48)
+* holidays:                              Holidays.            (line  53)
+* idl-mode:                              CC Mode.             (line   6)
 * include-other-diary-files:             Included Diary Files.
-* increment-register:                    RegNumbers.
-* indent-c-exp:                          Multi-line Indent.
-* indent-for-comment:                    Comments.
-* indent-new-comment-line:               Comments.
-* indent-region <1>:                     Multi-line Indent.
+                                                              (line  17)
+* increment-register:                    RegNumbers.          (line  14)
+* indent-c-exp:                          Multi-line Indent.   (line  19)
+* indent-for-comment:                    Comments.            (line   6)
+* indent-new-comment-line:               Comments.            (line  72)
+* indent-region <1>:                     Multi-line Indent.   (line  35)
 * indent-region:                         Indentation Commands.
+                                                              (line  33)
 * indent-relative:                       Indentation Commands.
+                                                              (line  43)
 * indent-rigidly:                        Indentation Commands.
-* indent-sexp:                           Multi-line Indent.
-* indented-text-mode:                    Text Mode.
-* info:                                  Misc Help.
-* Info-elisp-ref:                        Misc Help.
-* Info-goto-emacs-command-node:          Misc Help.
-* insert-abbrevs:                        Saving Abbrevs.
+                                                              (line  33)
+* indent-sexp:                           Multi-line Indent.   (line  19)
+* indented-text-mode:                    Text Mode.           (line  15)
+* info:                                  Misc Help.           (line   6)
+* Info-elisp-ref:                        Misc Help.           (line  18)
+* Info-goto-emacs-command-node:          Misc Help.           (line  18)
+* Info-goto-emacs-key-command-node:      Misc Help.           (line  18)
+* insert-abbrevs:                        Saving Abbrevs.      (line  42)
 * insert-anniversary-diary-entry:        Special Diary Entries.
+                                                              (line  29)
 * insert-block-diary-entry:              Special Diary Entries.
+                                                              (line  56)
 * insert-cyclic-diary-entry:             Special Diary Entries.
-* insert-diary-entry:                    Adding to Diary.
-* insert-file:                           Misc File Ops.
+                                                              (line  61)
+* insert-diary-entry:                    Adding to Diary.     (line  24)
+* insert-file:                           Misc File Ops.       (line  25)
 * insert-hebrew-diary-entry:             Hebrew/Islamic Entries.
+                                                              (line  74)
 * insert-islamic-diary-entry:            Hebrew/Islamic Entries.
-* insert-kbd-macro:                      Save Kbd Macro.
-* insert-monthly-diary-entry:            Adding to Diary.
+                                                              (line  74)
+* insert-kbd-macro:                      Save Kbd Macro.      (line  15)
+* insert-monthly-diary-entry:            Adding to Diary.     (line  29)
 * insert-monthly-hebrew-diary-entry:     Hebrew/Islamic Entries.
+                                                              (line  74)
 * insert-monthly-islamic-diary-entry:    Hebrew/Islamic Entries.
-* insert-parentheses:                    Balanced Editing.
-* insert-register:                       RegText.
-* insert-weekly-diary-entry:             Adding to Diary.
-* insert-yearly-diary-entry:             Adding to Diary.
+                                                              (line  74)
+* insert-parentheses:                    Balanced Editing.    (line  13)
+* insert-register:                       RegText.             (line  21)
+* insert-weekly-diary-entry:             Adding to Diary.     (line  29)
+* insert-yearly-diary-entry:             Adding to Diary.     (line  29)
 * insert-yearly-hebrew-diary-entry:      Hebrew/Islamic Entries.
+                                                              (line  74)
 * insert-yearly-islamic-diary-entry:     Hebrew/Islamic Entries.
-* interactive:                           M-x.
-* interrupt-shell-subjob:                Shell Mode.
-* inverse-add-global-abbrev:             Defining Abbrevs.
-* inverse-add-mode-abbrev:               Defining Abbrevs.
-* invert-face:                           Faces.
-* isearch-abort:                         Incremental Search.
-* isearch-backward:                      Incremental Search.
-* isearch-backward-regexp:               Regexp Search.
-* isearch-complete:                      Incremental Search.
-* isearch-delete-char:                   Incremental Search.
-* isearch-exit:                          Incremental Search.
-* isearch-forward:                       Incremental Search.
-* isearch-forward-regexp:                Regexp Search.
-* isearch-quote-char:                    Incremental Search.
-* isearch-repeat-backward:               Incremental Search.
-* isearch-repeat-forward:                Incremental Search.
-* isearch-ring-advance:                  Incremental Search.
-* isearch-ring-retreat:                  Incremental Search.
-* isearch-yank-line:                     Incremental Search.
-* isearch-yank-word:                     Incremental Search.
-* jump-to-register <1>:                  Split Window.
-* jump-to-register:                      RegPos.
-* just-one-space:                        Killing.
-* kbd-macro-query:                       Kbd Macro Query.
-* kill-all-abbrevs:                      Defining Abbrevs.
-* kill-buffer:                           Kill Buffer.
-* kill-comment:                          Comments.
-* kill-compilation:                      Compilation.
-* kill-line:                             Killing.
-* kill-local-variable:                   Locals.
-* kill-output-from-shell:                Shell Mode.
-* kill-rectangle:                        Rectangles.
-* kill-region:                           Killing.
-* kill-sentence <1>:                     Sentences.
-* kill-sentence:                         Killing.
-* kill-sexp <1>:                         Lists.
-* kill-sexp:                             Killing.
-* kill-some-buffers:                     Kill Buffer.
-* kill-word <1>:                         Words.
-* kill-word:                             Killing.
-* latex-mode:                            TeX Mode.
-* LaTeX-mode:                            TeX Mode.
-* lisp-complete-symbol:                  Lisp Completion.
-* lisp-indent-line:                      Basic Indent.
-* lisp-interaction-mode:                 Lisp Interaction.
-* lisp-mode:                             External Lisp.
-* lisp-send-defun:                       External Lisp.
-* list-abbrevs:                          Editing Abbrevs.
-* list-bookmarks:                        Bookmarks.
-* list-buffers:                          List Buffers.
-* list-calendar-holidays:                Holidays.
-* list-coding-systems:                   Coding Systems.
-* list-command-history:                  Repetition.
-* list-directory:                        ListDir.
+                                                              (line  74)
+* interactive:                           M-x.                 (line  49)
+* interrupt-shell-subjob:                Shell Mode.          (line  12)
+* inverse-add-global-abbrev:             Defining Abbrevs.    (line  44)
+* inverse-add-mode-abbrev:               Defining Abbrevs.    (line  44)
+* invert-face:                           Faces.               (line  70)
+* isearch-abort:                         Incremental Search.  (line 130)
+* isearch-backward:                      Incremental Search.  (line  19)
+* isearch-backward-regexp:               Regexp Search.       (line  28)
+* isearch-complete:                      Incremental Search.  (line 130)
+* isearch-delete-char:                   Incremental Search.  (line 130)
+* isearch-exit:                          Incremental Search.  (line 130)
+* isearch-forward:                       Incremental Search.  (line  19)
+* isearch-forward-regexp:                Regexp Search.       (line  28)
+* isearch-quote-char:                    Incremental Search.  (line 130)
+* isearch-repeat-backward:               Incremental Search.  (line 130)
+* isearch-repeat-forward:                Incremental Search.  (line 130)
+* isearch-ring-advance:                  Incremental Search.  (line 130)
+* isearch-ring-retreat:                  Incremental Search.  (line 130)
+* isearch-yank-line:                     Incremental Search.  (line 130)
+* isearch-yank-word:                     Incremental Search.  (line 130)
+* java-mode:                             CC Mode.             (line   6)
+* jump-to-register <1>:                  Split Window.        (line  46)
+* jump-to-register:                      RegPos.              (line  20)
+* just-one-space:                        Killing.             (line  53)
+* kbd-macro-query:                       Kbd Macro Query.     (line   6)
+* kill-all-abbrevs:                      Defining Abbrevs.    (line  58)
+* kill-buffer:                           Kill Buffer.         (line  16)
+* kill-comment:                          Comments.            (line  58)
+* kill-compilation:                      Compilation.         (line  51)
+* kill-line:                             Killing.             (line  73)
+* kill-local-variable:                   Locals.              (line  50)
+* kill-output-from-shell:                Shell Mode.          (line  12)
+* kill-rectangle:                        Rectangles.          (line  42)
+* kill-region:                           Killing.             (line 100)
+* kill-sentence <1>:                     Sentences.           (line  37)
+* kill-sentence:                         Killing.             (line 100)
+* kill-sexp <1>:                         Lists.               (line  87)
+* kill-sexp:                             Killing.             (line 100)
+* kill-some-buffers:                     Kill Buffer.         (line  16)
+* kill-word <1>:                         Words.               (line  41)
+* kill-word:                             Killing.             (line 100)
+* latex-mode:                            TeX Mode.            (line   6)
+* LaTeX-mode:                            TeX Mode.            (line   6)
+* lisp-complete-symbol:                  Lisp Completion.     (line   9)
+* lisp-indent-line:                      Basic Indent.        (line  12)
+* lisp-interaction-mode:                 Lisp Interaction.    (line  22)
+* lisp-mode:                             External Lisp.       (line  22)
+* lisp-send-defun:                       External Lisp.       (line  27)
+* list-abbrevs:                          Editing Abbrevs.     (line  12)
+* list-bookmarks:                        Bookmarks.           (line  25)
+* list-buffers:                          List Buffers.        (line   9)
+* list-calendar-holidays:                Holidays.            (line  48)
+* list-coding-systems:                   Coding Systems.      (line  46)
+* list-command-history:                  Repetition.          (line  12)
+* list-directory:                        ListDir.             (line  17)
 * list-hebrew-diary-entries:             Hebrew/Islamic Entries.
-* list-holidays:                         Holidays.
-* list-input-methods:                    Select Input Method.
+                                                              (line  13)
+* list-holidays:                         Holidays.            (line  63)
+* list-input-methods:                    Select Input Method. (line  47)
 * list-islamic-diary-entries:            Hebrew/Islamic Entries.
+                                                              (line  18)
 * list-matching-lines:                   Other Repeating Search.
-* list-options:                          Edit Options.
-* list-tags:                             List Tags.
-* list-yahrzeit-dates:                   From Other Calendar.
-* load:                                  Loading.
-* load-default-sounds:                   Audible Bell.
-* load-file:                             Loading.
-* load-library <1>:                      Loading.
-* load-library:                          Startup Paths.
-* load-sound-file:                       Audible Bell.
+                                                              (line   9)
+* list-options:                          Edit Options.        (line  13)
+* list-tags:                             List Tags.           (line  12)
+* list-yahrzeit-dates:                   From Other Calendar. (line  57)
+* load:                                  Loading.             (line  21)
+* load-default-sounds:                   Audible Bell.        (line   6)
+* load-file:                             Loading.             (line  15)
+* load-library <1>:                      Loading.             (line  21)
+* load-library:                          Startup Paths.       (line 124)
+* load-sound-file:                       Audible Bell.        (line  59)
 * local-set-key:                         Interactive Rebinding.
+                                                              (line   6)
 * local-unset-key:                       Interactive Rebinding.
-* locate-library:                        Loading.
-* lpr-buffer:                            Hardcopy.
-* lpr-region:                            Hardcopy.
-* mail:                                  Sending Mail.
-* mail-cc:                               Mail Mode.
-* mail-fill-yanked-message:              Mail Mode.
-* mail-interactive-insert-alias:         Mail Headers.
-* mail-other-window <1>:                 Sending Mail.
-* mail-other-window:                     Pop Up Window.
-* mail-send:                             Mail Mode.
-* mail-send-and-exit:                    Mail Mode.
-* mail-signature:                        Mail Mode.
-* mail-subject:                          Mail Mode.
-* mail-to:                               Mail Mode.
-* mail-yank-original:                    Mail Mode.
-* make-directory:                        File Names.
-* make-face-bold:                        Faces.
-* make-face-bold-italic:                 Faces.
-* make-face-italic:                      Faces.
-* make-face-larger:                      Faces.
-* make-face-smaller:                     Faces.
-* make-face-unbold:                      Faces.
-* make-face-unitalic:                    Faces.
-* make-frame:                            XEmacs under X.
-* make-local-variable:                   Locals.
-* make-obsolete:                         Compiling Libraries.
-* make-symbolic-link:                    Misc File Ops.
-* make-variable-buffer-local:            Locals.
-* manual-entry:                          Documentation.
-* mark-beginning-of-buffer:              Setting Mark.
-* mark-calendar-holidays:                Holidays.
-* mark-defun <1>:                        Defuns.
-* mark-defun:                            Marking Objects.
-* mark-diary-entries:                    Diary Commands.
-* mark-end-of-buffer:                    Setting Mark.
-* mark-fortran-subprogram:               Fortran Motion.
+                                                              (line   6)
+* locate-library:                        Loading.             (line  57)
+* lpr-buffer:                            Hardcopy.            (line  24)
+* lpr-region:                            Hardcopy.            (line  24)
+* mail:                                  Sending Mail.        (line  22)
+* mail-cc:                               Mail Mode.           (line  54)
+* mail-fill-yanked-message:              Mail Mode.           (line  78)
+* mail-interactive-insert-alias:         Mail Headers.        (line  99)
+* mail-other-window <1>:                 Sending Mail.        (line  22)
+* mail-other-window:                     Pop Up Window.       (line  11)
+* mail-send:                             Mail Mode.           (line  45)
+* mail-send-and-exit:                    Mail Mode.           (line  45)
+* mail-signature:                        Mail Mode.           (line  63)
+* mail-subject:                          Mail Mode.           (line  54)
+* mail-to:                               Mail Mode.           (line  54)
+* mail-yank-original:                    Mail Mode.           (line  67)
+* make-directory:                        File Names.          (line  51)
+* make-face-bold:                        Faces.               (line  77)
+* make-face-bold-italic:                 Faces.               (line  77)
+* make-face-italic:                      Faces.               (line  77)
+* make-face-larger:                      Faces.               (line  70)
+* make-face-smaller:                     Faces.               (line  70)
+* make-face-unbold:                      Faces.               (line  77)
+* make-face-unitalic:                    Faces.               (line  77)
+* make-frame:                            XEmacs under X.      (line  16)
+* make-local-variable:                   Locals.              (line  26)
+* make-obsolete:                         Compiling Libraries. (line  28)
+* make-symbolic-link:                    Misc File Ops.       (line  29)
+* make-variable-buffer-local:            Locals.              (line  31)
+* manual-entry:                          Documentation.       (line  17)
+* mark-beginning-of-buffer:              Setting Mark.        (line  50)
+* mark-calendar-holidays:                Holidays.            (line  40)
+* mark-defun <1>:                        Defuns.              (line  23)
+* mark-defun:                            Marking Objects.     (line  32)
+* mark-diary-entries:                    Diary Commands.      (line  47)
+* mark-end-of-buffer:                    Setting Mark.        (line  50)
+* mark-fortran-subprogram:               Fortran Motion.      (line  11)
 * mark-hebrew-diary-entries:             Hebrew/Islamic Entries.
+                                                              (line  13)
 * mark-included-diary-files:             Included Diary Files.
+                                                              (line  17)
 * mark-islamic-diary-entries:            Hebrew/Islamic Entries.
-* mark-page <1>:                         Pages.
-* mark-page:                             Marking Objects.
-* mark-paragraph <1>:                    Paragraphs.
-* mark-paragraph:                        Marking Objects.
-* mark-sexp <1>:                         Lists.
-* mark-sexp:                             Marking Objects.
-* mark-whole-buffer:                     Marking Objects.
-* mark-word <1>:                         Words.
-* mark-word:                             Marking Objects.
-* minibuffer-complete:                   Completion Example.
-* minibuffer-complete-word:              Completion Commands.
-* modify-syntax-entry:                   Syntax Change.
-* mouse-choose-completion:               Completion Commands.
+                                                              (line  18)
+* mark-page <1>:                         Pages.               (line  34)
+* mark-page:                             Marking Objects.     (line  32)
+* mark-paragraph <1>:                    Paragraphs.          (line  31)
+* mark-paragraph:                        Marking Objects.     (line  32)
+* mark-sexp <1>:                         Lists.               (line 114)
+* mark-sexp:                             Marking Objects.     (line  28)
+* mark-whole-buffer:                     Marking Objects.     (line  32)
+* mark-word <1>:                         Words.               (line  61)
+* mark-word:                             Marking Objects.     (line  28)
+* minibuffer-complete:                   Completion Example.  (line   6)
+* minibuffer-complete-word:              Completion Commands. (line  34)
+* modify-syntax-entry:                   Syntax Change.       (line  12)
+* mouse-choose-completion:               Completion Commands. (line  45)
 * mouse-del-char:                        Additional Mouse Operations.
+                                                              (line  14)
 * mouse-delete-window:                   Additional Mouse Operations.
+                                                              (line  14)
 * mouse-keep-one-window:                 Additional Mouse Operations.
+                                                              (line  14)
 * mouse-kill-line:                       Additional Mouse Operations.
+                                                              (line  14)
 * mouse-line-length:                     Additional Mouse Operations.
+                                                              (line  14)
 * mouse-scroll:                          Additional Mouse Operations.
+                                                              (line  14)
 * mouse-select:                          Additional Mouse Operations.
+                                                              (line  14)
 * mouse-select-and-split:                Additional Mouse Operations.
+                                                              (line  14)
 * mouse-set-mark:                        Additional Mouse Operations.
+                                                              (line  14)
 * mouse-set-point:                       Additional Mouse Operations.
+                                                              (line  14)
 * mouse-track:                           Additional Mouse Operations.
+                                                              (line  14)
 * mouse-track-adjust:                    Additional Mouse Operations.
+                                                              (line  14)
 * mouse-track-and-copy-to-cutbuffer:     Additional Mouse Operations.
+                                                              (line  14)
 * mouse-track-delete-and-insert:         Additional Mouse Operations.
-* move-over-close-and-reindent:          Balanced Editing.
-* move-to-window-line:                   Moving Point.
-* name-last-kbd-macro:                   Save Kbd Macro.
-* narrow-to-region:                      Narrowing.
-* negative-argument:                     Arguments.
-* newline:                               Inserting Text.
-* newline-and-indent:                    Basic Indent.
-* next-complex-command:                  Repetition.
-* next-error:                            Compilation.
-* next-history-element:                  Minibuffer History.
-* next-line:                             Moving Point.
-* next-list-mode-item:                   Completion Commands.
-* next-matching-history-element:         Minibuffer History.
-* not-modified:                          Saving.
-* nroff-mode:                            Nroff Mode.
-* number-to-register:                    RegNumbers.
+                                                              (line  14)
+* move-over-close-and-reindent:          Balanced Editing.    (line  13)
+* move-to-window-line:                   Moving Point.        (line  15)
+* name-last-kbd-macro:                   Save Kbd Macro.      (line   6)
+* narrow-to-region:                      Narrowing.           (line  28)
+* negative-argument:                     Arguments.           (line  16)
+* newline:                               Inserting Text.      (line  55)
+* newline-and-indent:                    Basic Indent.        (line  26)
+* next-complex-command:                  Repetition.          (line  45)
+* next-error:                            Compilation.         (line  58)
+* next-history-element:                  Minibuffer History.  (line  30)
+* next-line:                             Moving Point.        (line  15)
+* next-list-mode-item:                   Completion Commands. (line  66)
+* next-matching-history-element:         Minibuffer History.  (line  48)
+* not-modified:                          Saving.              (line  45)
+* nroff-mode:                            Nroff Mode.          (line   6)
+* number-to-register:                    RegNumbers.          (line  11)
+* objc-mode:                             CC Mode.             (line   6)
 * occur:                                 Other Repeating Search.
-* open-dribble-file:                     Bugs.
-* open-line:                             Blank Lines.
-* open-rectangle:                        Rectangles.
-* open-termscript:                       Bugs.
-* other-window:                          Other Window.
-* other-window-any-frame:                Other Window.
-* outline-backward-same-level:           Outline Motion.
-* outline-forward-same-level:            Outline Motion.
-* outline-next-visible-heading:          Outline Motion.
-* outline-previous-visible-heading:      Outline Motion.
-* outline-up-heading:                    Outline Motion.
-* overwrite-mode:                        Minor Modes.
-* phases-of-moon:                        Lunar Phases.
-* picture-backward-clear-column:         Basic Picture.
-* picture-backward-column:               Basic Picture.
-* picture-clear-column:                  Basic Picture.
-* picture-clear-line:                    Basic Picture.
+                                                              (line   9)
+* open-dribble-file:                     Bugs.                (line 144)
+* open-line:                             Blank Lines.         (line  16)
+* open-rectangle:                        Rectangles.          (line  68)
+* open-termscript:                       Bugs.                (line 153)
+* other-window:                          Other Window.        (line  20)
+* other-window-any-frame:                Other Window.        (line  34)
+* outline-backward-same-level:           Outline Motion.      (line  36)
+* outline-forward-same-level:            Outline Motion.      (line  36)
+* outline-next-visible-heading:          Outline Motion.      (line  29)
+* outline-previous-visible-heading:      Outline Motion.      (line  29)
+* outline-up-heading:                    Outline Motion.      (line  36)
+* overwrite-mode:                        Minor Modes.         (line  26)
+* phases-of-moon:                        Lunar Phases.        (line  23)
+* picture-backward-clear-column:         Basic Picture.       (line  27)
+* picture-backward-column:               Basic Picture.       (line   6)
+* picture-clear-column:                  Basic Picture.       (line  27)
+* picture-clear-line:                    Basic Picture.       (line  27)
 * picture-clear-rectangle:               Rectangles in Picture.
+                                                              (line  27)
 * picture-clear-rectangle-to-register:   Rectangles in Picture.
-* picture-forward-column:                Basic Picture.
-* picture-motion:                        Insert in Picture.
-* picture-motion-reverse:                Insert in Picture.
-* picture-move-down:                     Basic Picture.
-* picture-move-up:                       Basic Picture.
-* picture-movement-down:                 Insert in Picture.
-* picture-movement-left:                 Insert in Picture.
-* picture-movement-ne:                   Insert in Picture.
-* picture-movement-nw:                   Insert in Picture.
-* picture-movement-right:                Insert in Picture.
-* picture-movement-se:                   Insert in Picture.
-* picture-movement-sw:                   Insert in Picture.
-* picture-movement-up:                   Insert in Picture.
-* picture-newline:                       Basic Picture.
-* picture-open-line:                     Basic Picture.
-* picture-set-tab-stops:                 Tabs in Picture.
-* picture-tab:                           Tabs in Picture.
-* picture-tab-search:                    Tabs in Picture.
+                                                              (line  27)
+* picture-forward-column:                Basic Picture.       (line   6)
+* picture-motion:                        Insert in Picture.   (line  40)
+* picture-motion-reverse:                Insert in Picture.   (line  40)
+* picture-move-down:                     Basic Picture.       (line   6)
+* picture-move-up:                       Basic Picture.       (line   6)
+* picture-movement-down:                 Insert in Picture.   (line   6)
+* picture-movement-left:                 Insert in Picture.   (line   6)
+* picture-movement-ne:                   Insert in Picture.   (line   6)
+* picture-movement-nw:                   Insert in Picture.   (line   6)
+* picture-movement-right:                Insert in Picture.   (line   6)
+* picture-movement-se:                   Insert in Picture.   (line   6)
+* picture-movement-sw:                   Insert in Picture.   (line   6)
+* picture-movement-up:                   Insert in Picture.   (line   6)
+* picture-newline:                       Basic Picture.       (line  20)
+* picture-open-line:                     Basic Picture.       (line  34)
+* picture-set-tab-stops:                 Tabs in Picture.     (line  23)
+* picture-tab:                           Tabs in Picture.     (line  18)
+* picture-tab-search:                    Tabs in Picture.     (line   6)
 * picture-yank-rectangle:                Rectangles in Picture.
+                                                              (line  36)
 * picture-yank-rectangle-from-register:  Rectangles in Picture.
-* plain-TeX-mode:                        TeX Mode.
-* plain-tex-mode:                        TeX Mode.
-* play-sound:                            Audible Bell.
-* point-to-register:                     RegPos.
-* prefer-coding-system:                  Recognize Coding.
-* prepend-to-buffer:                     Accumulating Text.
-* previous-complex-command:              Repetition.
-* previous-history-element:              Minibuffer History.
-* previous-line:                         Moving Point.
-* previous-list-mode-item:               Completion Commands.
-* previous-matching-history-element:     Minibuffer History.
-* print-buffer:                          Hardcopy.
-* print-diary-entries <1>:               Diary Customizing.
-* print-diary-entries:                   Diary Commands.
-* print-region:                          Hardcopy.
-* quail-set-keyboard-layout:             Select Input Method.
-* query-replace:                         Query Replace.
-* query-replace-regexp:                  Query Replace.
-* quietly-read-abbrev-file:              Saving Abbrevs.
-* quit-shell-subjob:                     Shell Mode.
-* quoted-insert:                         Inserting Text.
-* re-search-backward:                    Regexp Search.
-* re-search-forward:                     Regexp Search.
-* read-abbrev-file:                      Saving Abbrevs.
+                                                              (line  36)
+* pike-mode:                             CC Mode.             (line   6)
+* plain-TeX-mode:                        TeX Mode.            (line   6)
+* plain-tex-mode:                        TeX Mode.            (line   6)
+* play-sound:                            Audible Bell.        (line   6)
+* point-to-register:                     RegPos.              (line  16)
+* prefer-coding-system:                  Recognize Coding.    (line  28)
+* prepend-to-buffer:                     Accumulating Text.   (line   6)
+* previous-complex-command:              Repetition.          (line  45)
+* previous-history-element:              Minibuffer History.  (line  30)
+* previous-line:                         Moving Point.        (line  15)
+* previous-list-mode-item:               Completion Commands. (line  73)
+* previous-matching-history-element:     Minibuffer History.  (line  48)
+* print-buffer:                          Hardcopy.            (line  24)
+* print-diary-entries <1>:               Diary Customizing.   (line  26)
+* print-diary-entries:                   Diary Commands.      (line  61)
+* print-region:                          Hardcopy.            (line  24)
+* quail-set-keyboard-layout:             Select Input Method. (line  41)
+* query-replace:                         Query Replace.       (line  13)
+* query-replace-regexp:                  Query Replace.       (line  20)
+* quietly-read-abbrev-file:              Saving Abbrevs.      (line  30)
+* quit-shell-subjob:                     Shell Mode.          (line  12)
+* quoted-insert:                         Inserting Text.      (line  33)
+* re-search-backward:                    Regexp Search.       (line  42)
+* re-search-forward:                     Regexp Search.       (line  42)
+* read-abbrev-file:                      Saving Abbrevs.      (line  30)
 * read-key-sequence:                     Representing Keystrokes.
-* recenter <1>:                          Scrolling.
-* recenter:                              Moving Point.
-* recover-file:                          Recover.
-* redraw-calendar:                       General Calendar.
-* relabel-menu-item:                     Menu Customization.
-* remove-directory:                      File Names.
-* rename-buffer:                         Misc Buffer.
-* rename-file:                           Misc File Ops.
-* repeat-complex-command:                Repetition.
+                                                              (line   6)
+* recenter <1>:                          Scrolling.           (line  37)
+* recenter:                              Moving Point.        (line  15)
+* recover-file:                          Recover.             (line   6)
+* redraw-calendar:                       General Calendar.    (line  33)
+* relabel-menu-item:                     Menu Customization.  (line 103)
+* remove-directory:                      File Names.          (line  51)
+* remove-hook:                           Mode Hooks.          (line   6)
+* rename-buffer:                         Misc Buffer.         (line  25)
+* rename-file:                           Misc File Ops.       (line  37)
+* repeat-complex-command:                Repetition.          (line  27)
 * replace-regexp:                        Unconditional Replace.
+                                                              (line   6)
 * replace-string:                        Unconditional Replace.
-* revert-buffer:                         Reverting.
-* run-lisp:                              External Lisp.
-* save-buffer:                           Saving.
-* save-buffers-kill-emacs:               Exiting.
-* save-some-buffers:                     Saving.
-* scroll-calendar-left:                  Scroll Calendar.
-* scroll-calendar-left-three-months:     Scroll Calendar.
-* scroll-calendar-right:                 Scroll Calendar.
-* scroll-calendar-right-three-months:    Scroll Calendar.
-* scroll-down:                           Scrolling.
+                                                              (line   6)
+* revert-buffer:                         Reverting.           (line   6)
+* run-lisp:                              External Lisp.       (line  12)
+* save-buffer:                           Saving.              (line  26)
+* save-buffers-kill-emacs:               Exiting.             (line  64)
+* save-some-buffers:                     Saving.              (line  39)
+* scroll-calendar-left:                  Scroll Calendar.     (line  28)
+* scroll-calendar-left-three-months:     Scroll Calendar.     (line  35)
+* scroll-calendar-right:                 Scroll Calendar.     (line  28)
+* scroll-calendar-right-three-months:    Scroll Calendar.     (line  35)
+* scroll-down:                           Scrolling.           (line  42)
 * scroll-left:                           Horizontal Scrolling.
-* scroll-other-window <1>:               General Calendar.
-* scroll-other-window:                   Other Window.
+                                                              (line  12)
+* scroll-other-window <1>:               General Calendar.    (line  29)
+* scroll-other-window:                   Other Window.        (line  40)
 * scroll-right:                          Horizontal Scrolling.
-* scroll-up:                             Scrolling.
+                                                              (line  12)
+* scroll-up:                             Scrolling.           (line  42)
 * search-backward:                       Non-Incremental Search.
+                                                              (line  25)
 * search-forward:                        Non-Incremental Search.
-* select-input-method:                   Select Input Method.
-* self-insert:                           Inserting Text.
-* send-shell-input:                      Shell Mode.
-* set-buffer-file-coding-system:         Specify Coding.
-* set-buffer-process-coding-system:      Specify Coding.
-* set-comment-column:                    Comments.
-* set-default-file-modes:                Interlocking.
-* set-face-background:                   Faces.
-* set-face-background-pixmap:            Faces.
-* set-face-font:                         Faces.
-* set-face-foreground:                   Faces.
-* set-face-underline-p:                  Faces.
-* set-fill-column:                       Fill Commands.
-* set-fill-prefix:                       Fill Prefix.
-* set-gnu-bindings:                      Emulation.
-* set-goal-column:                       Moving Point.
-* set-gosmacs-bindings:                  Emulation.
-* set-keyboard-coding-system:            Specify Coding.
+                                                              (line  25)
+* select-input-method:                   Select Input Method. (line  20)
+* self-insert:                           Inserting Text.      (line  55)
+* send-shell-input:                      Shell Mode.          (line  12)
+* set-buffer-file-coding-system:         Specify Coding.      (line  27)
+* set-buffer-process-coding-system:      Specify Coding.      (line  91)
+* set-comment-column:                    Comments.            (line  84)
+* set-default-file-modes:                Interlocking.        (line  77)
+* set-face-background:                   Faces.               (line  98)
+* set-face-background-pixmap:            Faces.               (line 104)
+* set-face-font:                         Faces.               (line 120)
+* set-face-foreground:                   Faces.               (line 126)
+* set-face-underline-p:                  Faces.               (line 132)
+* set-fill-column:                       Fill Commands.       (line  53)
+* set-fill-prefix:                       Fill Prefix.         (line  22)
+* set-gnu-bindings:                      Emulation.           (line  38)
+* set-goal-column:                       Moving Point.        (line  95)
+* set-gosmacs-bindings:                  Emulation.           (line  38)
+* set-keyboard-coding-system:            Specify Coding.      (line  73)
 * set-language-environment:              Language Environments.
-* set-mark-command:                      Setting Mark.
-* set-selective-display:                 Selective Display.
-* set-terminal-coding-system:            Specify Coding.
-* set-variable:                          Examining.
-* set-visited-file-name:                 Saving.
-* setq-default:                          Locals.
-* shell:                                 Interactive Shell.
-* shell-command:                         Single Shell.
-* shell-command-on-region:               Single Shell.
-* shell-send-eof:                        Shell Mode.
-* show-all:                              Outline Visibility.
-* show-all-diary-entries:                Diary Commands.
-* show-branches:                         Outline Visibility.
-* show-children:                         Outline Visibility.
-* show-entry:                            Outline Visibility.
-* show-output-from-shell:                Shell Mode.
-* show-subtree:                          Outline Visibility.
-* simple-diary-display:                  Fancy Diary Display.
-* sort-columns:                          Sorting.
-* sort-diary-entries:                    Fancy Diary Display.
-* sort-fields:                           Sorting.
-* sort-lines:                            Sorting.
-* sort-numeric-fields:                   Sorting.
-* sort-pages:                            Sorting.
-* sort-paragraphs:                       Sorting.
-* spell-buffer:                          Spelling.
-* spell-region:                          Spelling.
-* spell-string:                          Spelling.
-* spell-word:                            Spelling.
+                                                              (line  19)
+* set-mark-command:                      Setting Mark.        (line  32)
+* set-selective-display:                 Selective Display.   (line   6)
+* set-terminal-coding-system:            Specify Coding.      (line  62)
+* set-variable:                          Examining.           (line   8)
+* set-visited-file-name:                 Saving.              (line  62)
+* setq-default:                          Locals.              (line  56)
+* shell:                                 Interactive Shell.   (line   6)
+* shell-command:                         Single Shell.        (line   6)
+* shell-command-on-region:               Single Shell.        (line  15)
+* shell-send-eof:                        Shell Mode.          (line  12)
+* show-all:                              Outline Visibility.  (line  66)
+* show-all-diary-entries:                Diary Commands.      (line  55)
+* show-branches:                         Outline Visibility.  (line  56)
+* show-children:                         Outline Visibility.  (line  62)
+* show-entry:                            Outline Visibility.  (line  43)
+* show-output-from-shell:                Shell Mode.          (line  12)
+* show-subtree:                          Outline Visibility.  (line  48)
+* simple-diary-display:                  Fancy Diary Display. (line   6)
+* sort-columns:                          Sorting.             (line  87)
+* sort-diary-entries:                    Fancy Diary Display. (line  35)
+* sort-fields:                           Sorting.             (line  23)
+* sort-lines:                            Sorting.             (line  23)
+* sort-numeric-fields:                   Sorting.             (line  23)
+* sort-pages:                            Sorting.             (line  23)
+* sort-paragraphs:                       Sorting.             (line  23)
+* spell-buffer:                          Spelling.            (line  30)
+* spell-region:                          Spelling.            (line  34)
+* spell-string:                          Spelling.            (line  37)
+* spell-word:                            Spelling.            (line  18)
 * split-line:                            Indentation Commands.
-* split-window-horizontally:             Split Window.
-* split-window-vertically:               Split Window.
-* start-kbd-macro:                       Basic Kbd Macro.
-* stop-shell-subjob:                     Shell Mode.
+                                                              (line  17)
+* split-window-horizontally:             Split Window.        (line  28)
+* split-window-vertically:               Split Window.        (line  21)
+* start-kbd-macro:                       Basic Kbd Macro.     (line   6)
+* stop-shell-subjob:                     Shell Mode.          (line  12)
 * substitute-key-definition:             Interactive Rebinding.
-* sunrise-sunset:                        Sunrise/Sunset.
-* suspend-emacs:                         Exiting.
-* switch-to-buffer:                      Select Buffer.
-* switch-to-buffer-other-frame <1>:      Select Buffer.
-* switch-to-buffer-other-frame:          XEmacs under X.
-* switch-to-buffer-other-window <1>:     Pop Up Window.
-* switch-to-buffer-other-window:         Select Buffer.
-* switch-to-completions:                 Completion Commands.
-* switch-to-other-buffer:                Select Buffer.
-* tab-to-tab-stop <1>:                   Text Mode.
-* tab-to-tab-stop:                       Tab Stops.
-* tabify:                                Just Spaces.
-* tags-apropos:                          List Tags.
-* tags-loop-continue:                    Tags Search.
-* tags-query-replace:                    Tags Search.
-* tags-search:                           Tags Search.
-* term:                                  Terminal emulator.
-* term-line-mode:                        Term Mode.
-* term-pager-toggle:                     Paging in Term.
-* tex-buffer:                            TeX Print.
-* tex-close-latex-block:                 TeX Editing.
-* tex-insert-braces:                     TeX Editing.
-* tex-insert-quote:                      TeX Editing.
-* tex-kill-job:                          TeX Print.
-* tex-mode:                              TeX Mode.
-* TeX-mode:                              TeX Mode.
-* tex-print:                             TeX Print.
-* tex-recenter-output-buffer:            TeX Print.
-* tex-region:                            TeX Print.
-* tex-show-print-queue:                  TeX Print.
-* tex-terminate-paragraph:               TeX Editing.
-* text-mode:                             Text Mode.
-* toggle-input-method:                   Select Input Method.
-* toggle-read-only:                      Misc Buffer.
-* top-level <1>:                         Quitting.
-* top-level:                             Recursive Edit.
-* transpose-chars <1>:                   Transpose.
-* transpose-chars:                       Moving Point.
-* transpose-lines:                       Transpose.
-* transpose-sexps <1>:                   Lists.
-* transpose-sexps:                       Transpose.
-* transpose-words <1>:                   Words.
-* transpose-words:                       Transpose.
-* undo:                                  Undo.
-* unexpand-abbrev:                       Expanding Abbrevs.
-* universal-argument:                    Arguments.
-* universal-coding-system-argument:      Specify Coding.
-* untabify:                              Just Spaces.
-* up-list:                               TeX Editing.
-* upcase-region:                         Case.
-* upcase-word <1>:                       Case.
-* upcase-word:                           Fixing Case.
-* validate-tex-buffer:                   TeX Editing.
-* vc-cancel-version:                     Editing with VC.
-* vc-create-snapshot:                    Making Snapshots.
-* vc-diff:                               Old Versions.
-* vc-directory:                          VC Status.
-* vc-insert-headers:                     Version Headers.
-* vc-next-action:                        Editing with VC.
-* vc-print-log:                          VC Status.
-* vc-register:                           Editing with VC.
-* vc-rename-file:                        Renaming and VC.
-* vc-retrieve-snapshot:                  Making Snapshots.
-* vc-revert-buffer:                      Editing with VC.
-* vc-update-change-log:                  Change Logs and VC.
-* vc-version-other-window:               Old Versions.
-* view-buffer:                           Misc Buffer.
-* view-diary-entries:                    Diary Commands.
-* view-emacs-news:                       Misc Help.
-* view-file:                             Misc File Ops.
-* view-hello-file:                       Mule Intro.
-* view-lossage:                          Misc Help.
-* view-register:                         Registers.
-* visit-tags-table:                      Select Tags Table.
-* what-cursor-position:                  Position Info.
-* what-line:                             Position Info.
-* what-page:                             Position Info.
-* where-is:                              Name Help.
-* widen:                                 Narrowing.
-* widget-backward:                       Changing an Option.
-* widget-complete:                       Changing an Option.
-* widget-forward:                        Changing an Option.
-* window-configuration-to-register <1>:  Split Window.
-* window-configuration-to-register:      RegConfig.
-* word-search-backward:                  Word Search.
-* word-search-forward:                   Word Search.
-* write-abbrev-file:                     Saving Abbrevs.
-* write-file:                            Saving.
+                                                              (line  44)
+* sunrise-sunset:                        Sunrise/Sunset.      (line  22)
+* suspend-emacs:                         Exiting.             (line  39)
+* switch-to-buffer:                      Select Buffer.       (line  16)
+* switch-to-buffer-other-frame <1>:      Select Buffer.       (line  16)
+* switch-to-buffer-other-frame:          XEmacs under X.      (line  27)
+* switch-to-buffer-other-window <1>:     Pop Up Window.       (line  11)
+* switch-to-buffer-other-window:         Select Buffer.       (line  16)
+* switch-to-completions:                 Completion Commands. (line  52)
+* switch-to-other-buffer:                Select Buffer.       (line  35)
+* tab-to-tab-stop <1>:                   Text Mode.           (line   6)
+* tab-to-tab-stop:                       Tab Stops.           (line   6)
+* tabify:                                Just Spaces.         (line  12)
+* tags-apropos:                          List Tags.           (line  21)
+* tags-loop-continue:                    Tags Search.         (line  28)
+* tags-query-replace:                    Tags Search.         (line  33)
+* tags-search:                           Tags Search.         (line  22)
+* term:                                  Terminal emulator.   (line   6)
+* term-line-mode:                        Term Mode.           (line  17)
+* term-pager-toggle:                     Paging in Term.      (line   9)
+* tex-buffer:                            TeX Print.           (line  32)
+* tex-close-latex-block:                 TeX Editing.         (line  72)
+* tex-insert-braces:                     TeX Editing.         (line  49)
+* tex-insert-quote:                      TeX Editing.         (line  31)
+* tex-kill-job:                          TeX Print.           (line  38)
+* tex-mode:                              TeX Mode.            (line   6)
+* TeX-mode:                              TeX Mode.            (line   6)
+* tex-print:                             TeX Print.           (line  32)
+* tex-recenter-output-buffer:            TeX Print.           (line  38)
+* tex-region:                            TeX Print.           (line  48)
+* tex-show-print-queue:                  TeX Print.           (line  32)
+* tex-terminate-paragraph:               TeX Editing.         (line  55)
+* text-mode:                             Text Mode.           (line   6)
+* toggle-input-method:                   Select Input Method. (line  26)
+* toggle-read-only:                      Misc Buffer.         (line  15)
+* top-level <1>:                         Quitting.            (line  53)
+* top-level:                             Recursive Edit.      (line  28)
+* transpose-chars <1>:                   Transpose.           (line  18)
+* transpose-chars:                       Moving Point.        (line  15)
+* transpose-lines:                       Transpose.           (line  30)
+* transpose-sexps <1>:                   Lists.               (line 108)
+* transpose-sexps:                       Transpose.           (line  30)
+* transpose-words <1>:                   Words.               (line  55)
+* transpose-words:                       Transpose.           (line  30)
+* undo:                                  Undo.                (line  20)
+* unexpand-abbrev:                       Expanding Abbrevs.   (line  48)
+* universal-argument:                    Arguments.           (line  28)
+* universal-coding-system-argument:      Specify Coding.      (line  34)
+* untabify:                              Just Spaces.         (line  12)
+* up-list:                               TeX Editing.         (line  49)
+* upcase-region:                         Case.                (line  46)
+* upcase-word <1>:                       Case.                (line  24)
+* upcase-word:                           Fixing Case.         (line  16)
+* validate-tex-buffer:                   TeX Editing.         (line  55)
+* vc-cancel-version:                     Editing with VC.     (line  76)
+* vc-create-snapshot:                    Making Snapshots.    (line   9)
+* vc-diff:                               Old Versions.        (line  22)
+* vc-directory:                          VC Status.           (line  11)
+* vc-insert-headers:                     Version Headers.     (line  11)
+* vc-next-action:                        Editing with VC.     (line 107)
+* vc-print-log:                          VC Status.           (line   6)
+* vc-register:                           Editing with VC.     (line  92)
+* vc-rename-file:                        Renaming and VC.     (line   6)
+* vc-retrieve-snapshot:                  Making Snapshots.    (line  14)
+* vc-revert-buffer:                      Editing with VC.     (line  66)
+* vc-update-change-log:                  Change Logs and VC.  (line  11)
+* vc-version-other-window:               Old Versions.        (line  17)
+* view-buffer:                           Misc Buffer.         (line  30)
+* view-diary-entries:                    Diary Commands.      (line  35)
+* view-emacs-news:                       Misc Help.           (line  51)
+* view-file:                             Misc File Ops.       (line  44)
+* view-hello-file:                       Mule Intro.          (line  59)
+* view-lossage:                          Misc Help.           (line  27)
+* view-register:                         Registers.           (line  12)
+* visit-tags-table:                      Select Tags Table.   (line  70)
+* what-cursor-position:                  Position Info.       (line  47)
+* what-line:                             Position Info.       (line  31)
+* what-page:                             Position Info.       (line  31)
+* where-is:                              Name Help.           (line  44)
+* widen:                                 Narrowing.           (line  39)
+* widget-backward:                       Changing an Option.  (line  90)
+* widget-complete:                       Changing an Option.  (line  52)
+* widget-forward:                        Changing an Option.  (line  90)
+* window-configuration-to-register <1>:  Split Window.        (line  46)
+* window-configuration-to-register:      RegConfig.           (line   6)
+* word-search-backward:                  Word Search.         (line  33)
+* word-search-forward:                   Word Search.         (line  33)
+* write-abbrev-file:                     Saving Abbrevs.      (line  24)
+* write-file:                            Saving.              (line  73)
 * x-copy-primary-selection:              X Selection Commands.
-* x-create-frame:                        X Resources.
+                                                              (line   6)
+* x-create-frame:                        X Resources.         (line   6)
 * x-delete-primary-selection:            X Selection Commands.
+                                                              (line   6)
 * x-insert-selection:                    X Selection Commands.
+                                                              (line   6)
 * x-kill-primary-selection:              X Selection Commands.
+                                                              (line   6)
 * x-mouse-kill:                          X Selection Commands.
+                                                              (line   6)
 * x-own-secondary-selection:             X Selection Commands.
+                                                              (line   6)
 * x-own-selection:                       X Selection Commands.
+                                                              (line   6)
 * x-set-point-and-insert-selection:      X Selection Commands.
-* xemacs-local-faq:                      Misc Help.
-* Yank:                                  Kill Ring.
-* yank-pop:                              Earlier Kills.
-* yank-rectangle:                        Rectangles.
-* yow:                                   Amusements.
-* zap-to-char:                           Killing.
-* zmacs-activate-region:                 Active Regions.
-* zmacs-deactivate-region:               Active Regions.
+                                                              (line   6)
+* xemacs-local-faq:                      Misc Help.           (line  51)
+* Yank:                                  Kill Ring.           (line   6)
+* yank-pop:                              Earlier Kills.       (line   6)
+* yank-rectangle:                        Rectangles.          (line  63)
+* yow:                                   Amusements.          (line   6)
+* zap-to-char:                           Killing.             (line 129)
+* zmacs-activate-region:                 Active Regions.      (line  88)
+* zmacs-deactivate-region:               Active Regions.      (line  93)
 
 \1f
 File: xemacs.info,  Node: Variable Index,  Next: Concept Index,  Prev: Command Index,  Up: Top
@@ -2533,293 +2866,316 @@ File: xemacs.info,  Node: Variable Index,  Next: Concept Index,  Prev: Command I
 Variable Index
 **************
 
+\0\b[index\0\b]
 * Menu:
 
-* abbrev-all-caps:                       Expanding Abbrevs.
-* abbrev-file-name:                      Saving Abbrevs.
-* abbrev-mode:                           Abbrevs.
-* after-load-alist:                      Loading.
-* after-save-hook:                       Saving.
-* all-christian-calendar-holidays:       Holiday Customizing.
-* all-hebrew-calendar-holidays:          Holiday Customizing.
-* all-islamic-calendar-holidays:         Holiday Customizing.
-* appt-audible:                          Appt Customizing.
-* appt-display-duration:                 Appt Customizing.
-* appt-display-mode-line:                Appt Customizing.
-* appt-message-warning-time:             Appt Customizing.
-* appt-msg-window:                       Appt Customizing.
-* appt-visible:                          Appt Customizing.
-* apropos-do-all:                        Apropos.
-* auto-fill-inhibit-regexp:              Fill Commands.
-* auto-lower-frame:                      XEmacs under X.
-* auto-mode-alist:                       Choosing Modes.
-* auto-raise-frame:                      XEmacs under X.
-* auto-save-default:                     Auto Save Control.
-* auto-save-interval:                    Auto Save Control.
-* auto-save-timeout:                     Auto Save Control.
-* auto-save-visited-file-name:           Auto Save Files.
-* backup-by-copying:                     Backup Copying.
-* backup-by-copying-when-linked:         Backup Copying.
-* backup-by-copying-when-mismatch:       Backup Copying.
-* bell-volume:                           Audible Bell.
-* blink-matching-paren:                  Matching.
-* blink-matching-paren-distance:         Matching.
-* bookmark-save-flag:                    Bookmarks.
-* bookmark-search-size:                  Bookmarks.
-* buffer-file-coding-system:             Recognize Coding.
-* buffer-file-name:                      Visiting.
-* buffer-file-truename:                  Visiting.
-* buffer-read-only:                      Misc Buffer.
-* buffer-tag-table:                      Find Tag.
-* c-argdecl-indent:                      C Indent.
-* c-auto-newline:                        C Indent.
-* c-brace-imaginary-offset:              C Indent.
-* c-brace-offset:                        C Indent.
-* c-continued-statement-offset:          C Indent.
-* c-indent-level:                        C Indent.
-* c-label-offset:                        C Indent.
-* c-mode-hook:                           Program Modes.
-* c-mode-map:                            Keymaps.
-* c-tab-always-indent:                   C Indent.
-* calendar-date-display-form:            Date Display Format.
-* calendar-daylight-savings-ends:        Daylight Savings.
-* calendar-daylight-savings-ends-time:   Daylight Savings.
-* calendar-daylight-savings-starts:      Daylight Savings.
-* calendar-daylight-time-offset:         Daylight Savings.
-* calendar-daylight-time-zone-name:      Sunrise/Sunset.
+* abbrev-all-caps:                       Expanding Abbrevs.   (line  10)
+* abbrev-file-name:                      Saving Abbrevs.      (line  30)
+* abbrev-mode:                           Abbrevs.             (line  12)
+* after-load-alist:                      Loading.             (line  79)
+* after-save-hook:                       Saving.              (line  92)
+* all-christian-calendar-holidays:       Holiday Customizing. (line  22)
+* all-hebrew-calendar-holidays:          Holiday Customizing. (line  22)
+* all-islamic-calendar-holidays:         Holiday Customizing. (line  22)
+* appt-audible:                          Appt Customizing.    (line   9)
+* appt-display-duration:                 Appt Customizing.    (line   9)
+* appt-display-mode-line:                Appt Customizing.    (line   9)
+* appt-message-warning-time:             Appt Customizing.    (line   9)
+* appt-msg-window:                       Appt Customizing.    (line   9)
+* appt-visible:                          Appt Customizing.    (line   9)
+* apropos-do-all:                        Apropos.             (line  59)
+* auto-fill-inhibit-regexp:              Fill Commands.       (line  41)
+* auto-lower-frame:                      XEmacs under X.      (line  59)
+* auto-mode-alist:                       Choosing Modes.      (line  15)
+* auto-raise-frame:                      XEmacs under X.      (line  59)
+* auto-save-default:                     Auto Save Control.   (line   6)
+* auto-save-interval:                    Auto Save Control.   (line  15)
+* auto-save-timeout:                     Auto Save Control.   (line  25)
+* auto-save-visited-file-name:           Auto Save Files.     (line  26)
+* awk-mode-hook:                         CC Mode.             (line   6)
+* backup-by-copying:                     Backup Copying.      (line  25)
+* backup-by-copying-when-linked:         Backup Copying.      (line  25)
+* backup-by-copying-when-mismatch:       Backup Copying.      (line  25)
+* bell-volume:                           Audible Bell.        (line  49)
+* blink-matching-paren:                  Matching.            (line  23)
+* blink-matching-paren-distance:         Matching.            (line  23)
+* bookmark-save-flag:                    Bookmarks.           (line  50)
+* bookmark-search-size:                  Bookmarks.           (line  56)
+* buffer-file-coding-system:             Recognize Coding.    (line  57)
+* buffer-file-name:                      Visiting.            (line  75)
+* buffer-file-truename:                  Visiting.            (line  81)
+* buffer-read-only:                      Misc Buffer.         (line  15)
+* buffer-tag-table:                      Find Tag.            (line  49)
+* c++-mode-hook:                         CC Mode.             (line   6)
+* c-initialization-hook:                 CC Mode.             (line   6)
+* c-mode-common-hook:                    CC Mode.             (line   6)
+* c-mode-hook:                           CC Mode.             (line   6)
+* c-mode-map:                            Keymaps.             (line  12)
+* calendar-date-display-form:            Date Display Format. (line   6)
+* calendar-daylight-savings-ends:        Daylight Savings.    (line  21)
+* calendar-daylight-savings-ends-time:   Daylight Savings.    (line  65)
+* calendar-daylight-savings-starts:      Daylight Savings.    (line  21)
+* calendar-daylight-time-offset:         Daylight Savings.    (line  61)
+* calendar-daylight-time-zone-name:      Sunrise/Sunset.      (line  53)
 * calendar-holiday-marker:               Calendar Customizing.
-* calendar-holidays:                     Holiday Customizing.
-* calendar-latitude:                     Sunrise/Sunset.
+                                                              (line  33)
+* calendar-holidays:                     Holiday Customizing. (line   6)
+* calendar-latitude:                     Sunrise/Sunset.      (line  41)
 * calendar-load-hook:                    Calendar Customizing.
-* calendar-location-name:                Sunrise/Sunset.
-* calendar-longitude:                    Sunrise/Sunset.
-* calendar-standard-time-zone-name:      Sunrise/Sunset.
-* calendar-time-display-form:            Time Display Format.
-* calendar-time-zone:                    Sunrise/Sunset.
+                                                              (line  41)
+* calendar-location-name:                Sunrise/Sunset.      (line  41)
+* calendar-longitude:                    Sunrise/Sunset.      (line  41)
+* calendar-standard-time-zone-name:      Sunrise/Sunset.      (line  53)
+* calendar-time-display-form:            Time Display Format. (line   6)
+* calendar-time-zone:                    Sunrise/Sunset.      (line  53)
 * calendar-today-marker:                 Calendar Customizing.
+                                                              (line  63)
 * calendar-week-start-day:               Move to Beginning or End.
+                                                              (line  33)
 * case-fold-search <1>:                  Replacement and Case.
-* case-fold-search:                      Search Case.
+                                                              (line   6)
+* case-fold-search:                      Search Case.         (line   6)
 * case-replace:                          Replacement and Case.
-* christian-holidays:                    Holiday Customizing.
-* coding:                                Recognize Coding.
-* command-history:                       Repetition.
-* command-line-args:                     Command Switches.
-* comment-column:                        Comments.
-* comment-end:                           Comments.
-* comment-indent-hook:                   Comments.
-* comment-line-start:                    Fortran Comments.
-* comment-line-start-skip:               Fortran Comments.
-* comment-multi-line:                    Comments.
-* comment-start:                         Comments.
-* comment-start-skip:                    Comments.
-* compare-ignore-case:                   Comparing Files.
-* compile-command:                       Compilation.
-* completion-auto-help:                  Completion Options.
-* completion-ignored-extensions:         Completion Options.
-* create-frame-hook:                     XEmacs under X.
-* ctl-arrow:                             Display Vars.
-* ctl-x-map:                             Keymaps.
-* current-input-method:                  Select Input Method.
-* data-directory:                        Startup Paths.
-* data-directory-list:                   Startup Paths.
-* debug-on-error:                        Lisp Debug.
-* debug-on-quit:                         Lisp Debug.
-* default-buffer-file-coding-system:     Specify Coding.
-* default-directory:                     File Names.
-* default-directory-alist:               File Names.
-* default-frame-alist:                   XEmacs under X.
-* default-frame-plist:                   XEmacs under X.
-* default-input-method:                  Select Input Method.
-* default-major-mode:                    Choosing Modes.
-* delete-auto-save-files:                Auto Save Files.
-* delete-old-versions:                   Backup Deletion.
-* describe-function-show-arglist:        Name Help.
-* diary-date-forms:                      Diary Customizing.
-* diary-display-hook:                    Fancy Diary Display.
+                                                              (line   6)
+* christian-holidays:                    Holiday Customizing. (line   6)
+* coding:                                Recognize Coding.    (line  48)
+* command-history:                       Repetition.          (line  57)
+* command-line-args:                     Command Switches.    (line 188)
+* comment-column:                        Comments.            (line  84)
+* comment-end:                           Comments.            (line 107)
+* comment-indent-hook:                   Comments.            (line 124)
+* comment-line-start:                    Fortran Comments.    (line  61)
+* comment-line-start-skip:               Fortran Comments.    (line  61)
+* comment-multi-line:                    Comments.            (line 113)
+* comment-start:                         Comments.            (line 107)
+* comment-start-skip:                    Comments.            (line  97)
+* compare-ignore-case:                   Comparing Files.     (line  29)
+* compile-command:                       Compilation.         (line  36)
+* completion-auto-help:                  Completion Options.  (line  17)
+* completion-ignored-extensions:         Completion Options.  (line   6)
+* create-frame-hook:                     XEmacs under X.      (line  47)
+* ctl-arrow:                             Display Vars.        (line  24)
+* ctl-x-map:                             Keymaps.             (line  41)
+* current-input-method:                  Select Input Method. (line  20)
+* data-directory:                        Startup Paths.       (line 152)
+* data-directory-list:                   Startup Paths.       (line 157)
+* debug-on-error:                        Lisp Debug.          (line   6)
+* debug-on-quit:                         Lisp Debug.          (line   6)
+* default-buffer-file-coding-system:     Specify Coding.      (line  55)
+* default-directory:                     File Names.          (line  27)
+* default-directory-alist:               File Names.          (line  46)
+* default-frame-alist:                   XEmacs under X.      (line  31)
+* default-frame-plist:                   XEmacs under X.      (line  31)
+* default-input-method:                  Select Input Method. (line  35)
+* default-major-mode:                    Choosing Modes.      (line  51)
+* delete-auto-save-files:                Auto Save Files.     (line  30)
+* delete-old-versions:                   Backup Deletion.     (line  17)
+* describe-function-show-arglist:        Name Help.           (line   6)
+* diary-date-forms:                      Diary Customizing.   (line  36)
+* diary-display-hook:                    Fancy Diary Display. (line   6)
 * diary-entry-marker:                    Calendar Customizing.
+                                                              (line  33)
 * diary-file:                            Format of Diary File.
-* diary-list-include-blanks:             Fancy Diary Display.
-* diary-mail-days:                       Diary Commands.
-* diff-switches:                         Comparing Files.
-* dired-kept-versions:                   Dired Deletion.
-* dired-listing-switches:                Dired Enter.
-* display-buffer-function:               Pop Up Window.
-* doc-directory:                         Startup Paths.
-* echo-keystrokes:                       Display Vars.
-* emacs-lisp-mode-hook:                  Program Modes.
-* emacs-roots:                           Startup Paths.
-* EMACSDATA:                             Startup Paths.
-* EMACSLOADPATH:                         Startup Paths.
-* EMACSPATH:                             Startup Paths.
-* enable-local-variables:                File Variables.
-* enable-recursive-minibuffers:          Minibuffer Edit.
-* esc-map:                               Keymaps.
-* european-calendar-style:               Date Formats.
-* exec-directory:                        Startup Paths.
-* exec-path:                             Startup Paths.
-* explicit-shell-file-name:              Interactive Shell.
-* face-frob-from-locale-first:           Faces.
-* file-coding-system-alist:              Recognize Coding.
-* file-name-coding-system:               Specify Coding.
-* fill-column:                           Fill Commands.
-* fill-prefix:                           Fill Prefix.
-* find-file-compare-truenames:           Visiting.
-* find-file-hooks:                       Visiting.
-* find-file-not-found-hooks:             Visiting.
-* find-file-run-dired:                   Visiting.
-* find-file-use-truenames:               Visiting.
-* fortran-check-all-num-for-matching-do: ForIndent Vars.
-* fortran-comment-indent-char:           Fortran Comments.
-* fortran-comment-indent-style:          Fortran Comments.
-* fortran-comment-line-column:           Fortran Comments.
-* fortran-comment-region:                Fortran Comments.
-* fortran-continuation-char:             ForIndent Conv.
-* fortran-continuation-indent:           ForIndent Vars.
-* fortran-do-indent:                     ForIndent Vars.
-* fortran-electric-line-number:          ForIndent Num.
-* fortran-if-indent:                     ForIndent Vars.
-* fortran-line-number-indent:            ForIndent Num.
-* fortran-minimum-statement-indent:      ForIndent Vars.
-* frame-icon-title-format <1>:           Command Switches.
-* frame-icon-title-format:               XEmacs under X.
-* frame-title-format <1>:                Command Switches.
-* frame-title-format:                    XEmacs under X.
-* general-holidays:                      Holiday Customizing.
-* global-map:                            Keymaps.
-* hebrew-holidays:                       Holiday Customizing.
-* help-map:                              Keymaps.
-* holidays-in-diary-buffer:              Diary Customizing.
-* indent-tabs-mode:                      Just Spaces.
-* Info-directory-list:                   Startup Paths.
-* INFOPATH:                              Startup Paths.
+                                                              (line   6)
+* diary-list-include-blanks:             Fancy Diary Display. (line  26)
+* diary-mail-days:                       Diary Commands.      (line  77)
+* diff-switches:                         Comparing Files.     (line   6)
+* dired-kept-versions:                   Dired Deletion.      (line  64)
+* dired-listing-switches:                Dired Enter.         (line   6)
+* display-buffer-function:               Pop Up Window.       (line  33)
+* doc-directory:                         Startup Paths.       (line 148)
+* echo-keystrokes:                       Display Vars.        (line  19)
+* emacs-lisp-mode-hook:                  Mode Hooks.          (line   6)
+* emacs-roots:                           Startup Paths.       (line  38)
+* EMACSDATA:                             Startup Paths.       (line 153)
+* EMACSLOADPATH:                         Startup Paths.       (line 127)
+* EMACSPATH:                             Startup Paths.       (line 145)
+* enable-local-variables:                File Variables.      (line  86)
+* enable-recursive-minibuffers:          Minibuffer Edit.     (line  56)
+* esc-map:                               Keymaps.             (line  41)
+* european-calendar-style:               Date Formats.        (line  39)
+* exec-directory:                        Startup Paths.       (line 137)
+* exec-path:                             Startup Paths.       (line 142)
+* explicit-shell-file-name:              Interactive Shell.   (line  27)
+* face-frob-from-locale-first:           Faces.               (line  77)
+* file-coding-system-alist:              Recognize Coding.    (line  35)
+* file-name-coding-system:               Specify Coding.      (line 100)
+* fill-column:                           Fill Commands.       (line  48)
+* fill-prefix:                           Fill Prefix.         (line  39)
+* find-file-compare-truenames:           Visiting.            (line  81)
+* find-file-hooks:                       Visiting.            (line 127)
+* find-file-not-found-hooks:             Visiting.            (line 127)
+* find-file-run-dired:                   Visiting.            (line 103)
+* find-file-use-truenames:               Visiting.            (line  75)
+* fortran-check-all-num-for-matching-do: ForIndent Vars.      (line   6)
+* fortran-comment-indent-char:           Fortran Comments.    (line  57)
+* fortran-comment-indent-style:          Fortran Comments.    (line  46)
+* fortran-comment-line-column:           Fortran Comments.    (line  46)
+* fortran-comment-region:                Fortran Comments.    (line  71)
+* fortran-continuation-char:             ForIndent Conv.      (line  10)
+* fortran-continuation-indent:           ForIndent Vars.      (line   6)
+* fortran-do-indent:                     ForIndent Vars.      (line   6)
+* fortran-electric-line-number:          ForIndent Num.       (line  21)
+* fortran-if-indent:                     ForIndent Vars.      (line   6)
+* fortran-line-number-indent:            ForIndent Num.       (line  14)
+* fortran-minimum-statement-indent:      ForIndent Vars.      (line   6)
+* frame-icon-title-format <1>:           Command Switches.    (line 218)
+* frame-icon-title-format:               XEmacs under X.      (line  53)
+* frame-title-format <1>:                Command Switches.    (line 218)
+* frame-title-format:                    XEmacs under X.      (line  53)
+* general-holidays:                      Holiday Customizing. (line  14)
+* global-map:                            Keymaps.             (line   6)
+* hebrew-holidays:                       Holiday Customizing. (line   6)
+* help-map:                              Keymaps.             (line  41)
+* holidays-in-diary-buffer:              Diary Customizing.   (line   6)
+* idl-mode-hook:                         CC Mode.             (line   6)
+* indent-tabs-mode:                      Just Spaces.         (line   6)
+* Info-directory-list:                   Startup Paths.       (line 130)
+* INFOPATH:                              Startup Paths.       (line 134)
 * initial-calendar-window-hook:          Calendar Customizing.
-* initial-major-mode:                    Entering Emacs.
-* input-method-highlight-flag:           Input Methods.
-* input-method-verbose-flag:             Input Methods.
-* input-ring-size:                       Interactive Shell.
-* insert-default-directory <1>:          File Names.
-* insert-default-directory:              Minibuffer File.
-* isearch-mode-map:                      Keymaps.
-* islamic-holidays:                      Holiday Customizing.
-* kept-new-versions:                     Backup Deletion.
-* kept-old-versions:                     Backup Deletion.
-* keyboard-translate-table:              Intro to Keystrokes.
-* kill-ring-max:                         Earlier Kills.
-* LaTeX-mode-hook:                       TeX Print.
-* lisp-body-indention:                   Lisp Indent.
-* lisp-directory:                        Startup Paths.
-* lisp-indent-offset:                    Lisp Indent.
-* lisp-interaction-mode-hook:            Program Modes.
-* lisp-mode-hook:                        Program Modes.
-* lisp-mode-map:                         Keymaps.
+                                                              (line  45)
+* initial-major-mode:                    Entering Emacs.      (line  22)
+* input-method-highlight-flag:           Input Methods.       (line  67)
+* input-method-verbose-flag:             Input Methods.       (line  67)
+* input-ring-size:                       Interactive Shell.   (line  55)
+* insert-default-directory <1>:          File Names.          (line  68)
+* insert-default-directory:              Minibuffer File.     (line  35)
+* isearch-mode-map:                      Keymaps.             (line  23)
+* islamic-holidays:                      Holiday Customizing. (line   6)
+* java-mode-hook:                        CC Mode.             (line   6)
+* kept-new-versions:                     Backup Deletion.     (line   6)
+* kept-old-versions:                     Backup Deletion.     (line   6)
+* keyboard-translate-table:              Intro to Keystrokes. (line  53)
+* kill-ring-max:                         Earlier Kills.       (line  48)
+* LaTeX-mode-hook:                       TeX Print.           (line  69)
+* lisp-body-indention:                   Lisp Indent.         (line  22)
+* lisp-directory:                        Startup Paths.       (line 118)
+* lisp-indent-offset:                    Lisp Indent.         (line  17)
+* lisp-interaction-mode-hook:            Mode Hooks.          (line   6)
+* lisp-mode-hook:                        Mode Hooks.          (line   6)
+* lisp-mode-map:                         Keymaps.             (line  12)
 * list-diary-entries-hook:               Included Diary Files.
-* list-directory-brief-switches:         ListDir.
-* list-directory-verbose-switches:       ListDir.
-* load-path <1>:                         Loading.
-* load-path:                             Startup Paths.
-* local-holidays:                        Holiday Customizing.
-* lpr-switches:                          Hardcopy.
-* mail-abbrev-mailrc-file:               Mail Headers.
-* mail-abbrev-mode-regexp:               Mail Headers.
-* mail-alias-separator-string:           Mail Headers.
-* mail-archive-file-name:                Mail Headers.
-* mail-header-separator:                 Mail Format.
-* mail-mode-hook:                        Mail Mode.
-* make-backup-files:                     Backup.
-* make-tags-files-invisible:             Find Tag.
+                                                              (line  17)
+* list-directory-brief-switches:         ListDir.             (line  33)
+* list-directory-verbose-switches:       ListDir.             (line  33)
+* load-path <1>:                         Loading.             (line  39)
+* load-path:                             Startup Paths.       (line 123)
+* local-holidays:                        Holiday Customizing. (line  18)
+* lpr-switches:                          Hardcopy.            (line  24)
+* mail-abbrev-mailrc-file:               Mail Headers.        (line  65)
+* mail-abbrev-mode-regexp:               Mail Headers.        (line  88)
+* mail-alias-separator-string:           Mail Headers.        (line 135)
+* mail-archive-file-name:                Mail Headers.        (line 140)
+* mail-header-separator:                 Mail Format.         (line  21)
+* mail-mode-hook:                        Mail Mode.           (line  86)
+* make-backup-files:                     Backup.              (line   6)
+* make-tags-files-invisible:             Find Tag.            (line  49)
 * mark-diary-entries-hook:               Included Diary Files.
+                                                              (line  17)
 * mark-diary-entries-in-calendar:        Calendar Customizing.
+                                                              (line  22)
 * mark-holidays-in-calendar:             Calendar Customizing.
-* mark-ring:                             Mark Ring.
-* mark-ring-max:                         Mark Ring.
-* meta-flag:                             Meta Key.
-* minibuffer-confirm-incomplete <1>:     Completion Options.
-* minibuffer-confirm-incomplete:         Minibuffer Edit.
-* minibuffer-local-completion-map:       Keymaps.
-* minibuffer-local-map:                  Keymaps.
-* minibuffer-local-must-match-map:       Keymaps.
-* minibuffer-local-ns-map:               Keymaps.
-* mode-line-inverse-video:               Mode Line.
-* modeline-pointer-glyph:                Mouse Selection.
-* muddle-mode-hook:                      Program Modes.
-* next-line-add-newlines:                Moving Point.
-* next-screen-context-lines:             Scrolling.
-* no-redraw-on-reenter:                  Display Vars.
+                                                              (line  29)
+* mark-ring:                             Mark Ring.           (line  32)
+* mark-ring-max:                         Mark Ring.           (line  27)
+* meta-flag:                             Meta Key.            (line  23)
+* minibuffer-confirm-incomplete <1>:     Completion Options.  (line  22)
+* minibuffer-confirm-incomplete:         Minibuffer Edit.     (line  40)
+* minibuffer-local-completion-map:       Keymaps.             (line  23)
+* minibuffer-local-map:                  Keymaps.             (line  23)
+* minibuffer-local-must-match-map:       Keymaps.             (line  23)
+* minibuffer-local-ns-map:               Keymaps.             (line  23)
+* mode-line-inverse-video:               Mode Line.           (line  86)
+* modeline-pointer-glyph:                Mouse Selection.     (line  10)
+* next-line-add-newlines:                Moving Point.        (line 110)
+* next-screen-context-lines:             Scrolling.           (line  50)
+* no-redraw-on-reenter:                  Display Vars.        (line   9)
 * nongregorian-diary-listing-hook:       Hebrew/Islamic Entries.
+                                                              (line  13)
 * nongregorian-diary-marking-hook:       Hebrew/Islamic Entries.
-* nontext-pointer-glyph:                 Mouse Selection.
-* nroff-mode-hook:                       Nroff Mode.
-* number-of-diary-entries:               Diary Customizing.
-* other-holidays:                        Holiday Customizing.
-* outline-mode-hook:                     Outline Mode.
-* outline-regexp:                        Outline Format.
-* page-delimiter:                        Pages.
-* paragraph-separate:                    Paragraphs.
-* paragraph-start:                       Paragraphs.
-* parse-sexp-ignore-comments:            Syntax Entry.
-* PATH:                                  Startup Paths.
-* picture-mode-hook:                     Picture.
-* picture-tab-chars:                     Tabs in Picture.
-* plain-TeX-mode-hook:                   TeX Print.
-* print-diary-entries-hook:              Diary Customizing.
-* repeat-complex-command-map:            Keymaps.
-* require-final-newline:                 Saving.
-* save-abbrevs:                          Saving Abbrevs.
-* scheme-mode-hook:                      Program Modes.
-* scroll-conservatively:                 Scrolling.
-* scroll-step:                           Scrolling.
-* search-slow-speed:                     Incremental Search.
-* search-slow-window-lines:              Incremental Search.
-* selective-display-ellipses <1>:        Outline Visibility.
-* selective-display-ellipses:            Display Vars.
-* sentence-end:                          Sentences.
-* shell-cd-regexp:                       Interactive Shell.
-* shell-file-name:                       Single Shell.
-* shell-popd-regexp:                     Interactive Shell.
-* shell-prompt-pattern:                  Shell Mode.
-* shell-pushd-regexp:                    Interactive Shell.
-* sound-alist:                           Audible Bell.
-* tab-stop-list:                         Tab Stops.
-* tab-width:                             Display Vars.
-* tag-mark-stack-max:                    Find Tag.
-* tag-table-alist <1>:                   Find Tag.
-* tag-table-alist:                       Select Tags Table.
-* tags-always-build-completion-table:    Select Tags Table.
-* tags-build-completion-table:           Find Tag.
-* tags-file-name <1>:                    Find Tag.
-* tags-file-name:                        Select Tags Table.
-* term-file-prefix:                      Terminal Init.
-* term-setup-hook:                       Terminal Init.
-* TeX-mode-hook:                         TeX Print.
-* text-mode-hook:                        Text Mode.
-* text-pointer-glyph:                    Mouse Selection.
+                                                              (line  13)
+* nontext-pointer-glyph:                 Mouse Selection.     (line  10)
+* nroff-mode-hook:                       Nroff Mode.          (line  34)
+* number-of-diary-entries:               Diary Customizing.   (line  14)
+* objc-mode-hook:                        CC Mode.             (line   6)
+* other-holidays:                        Holiday Customizing. (line  31)
+* outline-mode-hook:                     Outline Mode.        (line  12)
+* outline-regexp:                        Outline Format.      (line  41)
+* page-delimiter:                        Pages.               (line  56)
+* paragraph-separate:                    Paragraphs.          (line  40)
+* paragraph-start:                       Paragraphs.          (line  40)
+* parse-sexp-ignore-comments:            Syntax Entry.        (line  94)
+* PATH:                                  Startup Paths.       (line 144)
+* picture-mode-hook:                     Picture.             (line  41)
+* picture-tab-chars:                     Tabs in Picture.     (line   6)
+* pike-mode-hook:                        CC Mode.             (line   6)
+* plain-TeX-mode-hook:                   TeX Print.           (line  69)
+* print-diary-entries-hook:              Diary Customizing.   (line  26)
+* repeat-complex-command-map:            Keymaps.             (line  23)
+* require-final-newline:                 Saving.              (line  88)
+* save-abbrevs:                          Saving Abbrevs.      (line  38)
+* scheme-mode-hook:                      Mode Hooks.          (line   6)
+* scroll-conservatively:                 Scrolling.           (line  84)
+* scroll-step:                           Scrolling.           (line  70)
+* search-slow-speed:                     Incremental Search.  (line 193)
+* search-slow-window-lines:              Incremental Search.  (line 197)
+* selective-display-ellipses <1>:        Outline Visibility.  (line  72)
+* selective-display-ellipses:            Display Vars.        (line  50)
+* sentence-end:                          Sentences.           (line  47)
+* shell-cd-regexp:                       Interactive Shell.   (line  39)
+* shell-file-name:                       Single Shell.        (line  21)
+* shell-popd-regexp:                     Interactive Shell.   (line  39)
+* shell-prompt-pattern:                  Shell Mode.          (line  12)
+* shell-pushd-regexp:                    Interactive Shell.   (line  39)
+* sound-alist:                           Audible Bell.        (line   6)
+* tab-stop-list:                         Tab Stops.           (line  11)
+* tab-width:                             Display Vars.        (line  42)
+* tag-mark-stack-max:                    Find Tag.            (line  49)
+* tag-table-alist <1>:                   Find Tag.            (line  49)
+* tag-table-alist:                       Select Tags Table.   (line   6)
+* tags-always-build-completion-table:    Select Tags Table.   (line  66)
+* tags-build-completion-table:           Find Tag.            (line  49)
+* tags-file-name <1>:                    Find Tag.            (line  49)
+* tags-file-name:                        Select Tags Table.   (line  70)
+* term-file-prefix:                      Terminal Init.       (line  24)
+* term-setup-hook:                       Terminal Init.       (line  29)
+* TeX-mode-hook:                         TeX Print.           (line  69)
+* text-mode-hook:                        Text Mode.           (line  22)
+* text-pointer-glyph:                    Mouse Selection.     (line  10)
 * today-invisible-calendar-hook:         Calendar Customizing.
+                                                              (line  70)
 * today-visible-calendar-hook:           Calendar Customizing.
-* track-eol:                             Moving Point.
-* truncate-lines:                        Continuation Lines.
-* truncate-partial-width-windows:        Split Window.
+                                                              (line  50)
+* track-eol:                             Moving Point.        (line 105)
+* truncate-lines:                        Continuation Lines.  (line  18)
+* truncate-partial-width-windows:        Split Window.        (line  36)
 * vc-command-messages:                   Variables for Check-in/out.
-* vc-comment-alist:                      Version Headers.
-* vc-default-back-end:                   Editing with VC.
-* vc-header-alist:                       Version Headers.
-* vc-initial-comment:                    Editing with VC.
-* vc-keep-workfiles:                     Editing with VC.
-* vc-log-mode-hook:                      Log Entries.
-* vc-make-backup-files:                  Editing with VC.
+                                                              (line  11)
+* vc-comment-alist:                      Version Headers.     (line  35)
+* vc-default-back-end:                   Editing with VC.     (line  92)
+* vc-header-alist:                       Version Headers.     (line  17)
+* vc-initial-comment:                    Editing with VC.     (line 103)
+* vc-keep-workfiles:                     Editing with VC.     (line  53)
+* vc-log-mode-hook:                      Log Entries.         (line  26)
+* vc-make-backup-files:                  Editing with VC.     (line  49)
 * vc-mistrust-permissions:               Variables for Check-in/out.
+                                                              (line  22)
 * vc-path:                               Variables for Check-in/out.
-* vc-static-header-alist:                Version Headers.
+                                                              (line  34)
+* vc-static-header-alist:                Version Headers.     (line  42)
 * vc-suppress-confirm:                   Variables for Check-in/out.
-* version-control:                       Backup Names.
+                                                              (line   6)
+* version-control:                       Backup Names.        (line  21)
 * view-calendar-holidays-initially:      Calendar Customizing.
+                                                              (line  17)
 * view-diary-entries-initially:          Calendar Customizing.
-* window-min-height:                     Change Window.
-* window-min-width:                      Change Window.
-* write-file-hooks:                      Saving.
-* x-frame-defaults:                      XEmacs under X.
-* zmacs-region-stays:                    Active Regions.
-* zmacs-regions:                         Active Regions.
+                                                              (line   6)
+* window-min-height:                     Change Window.       (line  36)
+* window-min-width:                      Change Window.       (line  36)
+* write-file-hooks:                      Saving.              (line  92)
+* x-frame-defaults:                      XEmacs under X.      (line  41)
+* zmacs-region-stays:                    Active Regions.      (line  81)
+* zmacs-regions:                         Active Regions.      (line  28)
 
 \1f
 File: xemacs.info,  Node: Concept Index,  Next: Frame,  Prev: Variable Index,  Up: Top
@@ -2827,543 +3183,573 @@ File: xemacs.info,  Node: Concept Index,  Next: Frame,  Prev: Variable Index,  U
 Concept Index
 *************
 
+\0\b[index\0\b]
 * Menu:
 
-* $ in regexp:                           Regexps.
-* ( in regexp:                           Regexps.
-* ) in regexp:                           Regexps.
-* * in regexp:                           Regexps.
-* *? in regexp:                          Regexps.
-* + in regexp:                           Regexps.
-* +? in regexp:                          Regexps.
-* . in regexp:                           Regexps.
-* .mailrc file:                          Mail Headers.
-* // in file name:                       Minibuffer File.
-* ? in regexp:                           Regexps.
-* ?? in regexp:                          Regexps.
-* [ in regexp:                           Regexps.
-* \ in regexp:                           Regexps.
-* \' in regexp:                          Regexps.
-* \(?: in regexp:                        Regexps.
-* \< in regexp:                          Regexps.
-* \= in regexp:                          Regexps.
-* \> in regexp:                          Regexps.
-* \` in regexp:                          Regexps.
-* \B in regexp:                          Regexps.
-* \b in regexp:                          Regexps.
-* \S in regexp:                          Regexps.
-* \s in regexp:                          Regexps.
-* \W in regexp:                          Regexps.
-* \w in regexp:                          Regexps.
-* \{n,m\} in regexp:                     Regexps.
-* ] in regexp:                           Regexps.
-* ^ in regexp:                           Regexps.
-* Abbrev mode:                           Minor Modes.
-* abbrevs:                               Abbrevs.
-* aborting:                              Quitting.
-* accumulating text:                     Accumulating Text.
+* $ in regexp:                           Regexps.             (line 155)
+* ( in regexp:                           Regexps.             (line 198)
+* ) in regexp:                           Regexps.             (line 198)
+* * in regexp:                           Regexps.             (line  35)
+* *? in regexp:                          Regexps.             (line  78)
+* + in regexp:                           Regexps.             (line  65)
+* +? in regexp:                          Regexps.             (line  91)
+* . in regexp:                           Regexps.             (line  29)
+* .mailrc file:                          Mail Headers.        (line  71)
+* // in file name:                       Minibuffer File.     (line  30)
+* ? in regexp:                           Regexps.             (line  72)
+* ?? in regexp:                          Regexps.             (line  94)
+* [ in regexp:                           Regexps.             (line 106)
+* \ in regexp:                           Regexps.             (line 162)
+* \' in regexp:                          Regexps.             (line 283)
+* \(?: in regexp:                        Regexps.             (line 237)
+* \< in regexp:                          Regexps.             (line 301)
+* \= in regexp:                          Regexps.             (line 287)
+* \> in regexp:                          Regexps.             (line 304)
+* \` in regexp:                          Regexps.             (line 279)
+* \B in regexp:                          Regexps.             (line 297)
+* \b in regexp:                          Regexps.             (line 291)
+* \S in regexp:                          Regexps.             (line 272)
+* \s in regexp:                          Regexps.             (line 265)
+* \W in regexp:                          Regexps.             (line 262)
+* \w in regexp:                          Regexps.             (line 258)
+* \{n,m\} in regexp:                     Regexps.             (line  97)
+* ] in regexp:                           Regexps.             (line 106)
+* ^ in regexp:                           Regexps.             (line 134)
+* Abbrev mode:                           Minor Modes.         (line  31)
+* abbrevs:                               Abbrevs.             (line   6)
+* aborting:                              Quitting.            (line  44)
+* accumulating text:                     Accumulating Text.   (line   6)
 * active fields (customization buffer):  Customization Groups.
-* active regions:                        Active Regions.
-* adding menu items:                     Menu Customization.
-* adding menus:                          Menu Customization.
-* againformation:                        Dissociated Press.
-* Apps menu <1>:                         Apps Menu.
-* Apps menu:                             Pull-down Menus.
-* apropos:                               Apropos.
-* architecture-specific directories:     Startup Paths.
-* arguments (from shell):                Command Switches.
-* arrow keys:                            Moving Point.
-* ASCII:                                 Intro to Keystrokes.
-* Asm mode:                              Asm Mode.
-* astronomical day numbers:              Calendar Systems.
-* audible bell, changing:                Audible Bell.
-* Auto Delete Selection menu item:       Options Menu.
-* Auto Fill mode <1>:                    Minor Modes.
-* Auto Fill mode <2>:                    Comments.
-* Auto Fill mode:                        Auto Fill.
-* Auto-Save mode:                        Auto Save.
-* autoload:                              Loading.
-* automatic package install:             Automatically.
-* available packages:                    Available Packages.
-* backup file:                           Backup.
-* batch mode:                            Command Switches.
-* beginning of line in regexp:           Regexps.
-* bell, changing:                        Audible Bell.
-* binary packages:                       Package Terminology.
-* binding:                               Commands.
-* blank lines <1>:                       Comments.
-* blank lines:                           Blank Lines.
-* body lines (Outline mode):             Outline Format.
-* bold font:                             Face Customization.
-* bookmarks:                             Bookmarks.
-* boredom:                               Amusements.
-* buffer:                                Frame.
-* buffer menu:                           Several Buffers.
-* buffers:                               Buffers.
-* Buffers menu <1>:                      Buffers Menu.
-* Buffers menu:                          Pull-down Menus.
-* Buffers Menu Length... menu item:      Options Menu.
-* Buffers Sub-Menus menu item:           Options Menu.
-* buggestion:                            Dissociated Press.
-* bugs:                                  Bugs.
-* building packages:                     Building Packages.
-* byte code:                             Compiling Libraries.
-* C:                                     Programs.
-* C mode:                                Program Modes.
-* C++ class browser, tags:               Tags.
-* calendar:                              Calendar/Diary.
-* calendar and LaTeX:                    LaTeX Calendar.
+                                                              (line  35)
+* active regions:                        Active Regions.      (line   6)
+* adding menu items:                     Menu Customization.  (line  53)
+* adding menus:                          Menu Customization.  (line  30)
+* againformation:                        Dissociated Press.   (line  27)
+* Apps menu <1>:                         Apps Menu.           (line   6)
+* Apps menu:                             Pull-down Menus.     (line  25)
+* apropos:                               Apropos.             (line   6)
+* architecture-specific directories:     Startup Paths.       (line 105)
+* arguments (from shell):                Command Switches.    (line   6)
+* arrow keys:                            Moving Point.        (line   6)
+* ASCII:                                 Intro to Keystrokes. (line   6)
+* Asm mode:                              Asm Mode.            (line   6)
+* astronomical day numbers:              Calendar Systems.    (line  12)
+* audible bell, changing:                Audible Bell.        (line   6)
+* Auto Delete Selection menu item:       Options Menu.        (line  14)
+* Auto Fill mode <1>:                    Minor Modes.         (line  22)
+* Auto Fill mode <2>:                    Comments.            (line  72)
+* Auto Fill mode:                        Auto Fill.           (line   6)
+* Auto-Save mode:                        Auto Save.           (line   6)
+* autoload:                              Loading.             (line  63)
+* automatic package install:             Automatically.       (line   3)
+* available packages:                    Available Packages.  (line   3)
+* AWK Mode:                              CC Mode.             (line   6)
+* AWK Mode without CC Mode:              Older Modes.         (line   6)
+* backup file:                           Backup.              (line   6)
+* batch mode:                            Command Switches.    (line 118)
+* beginning of line in regexp:           Regexps.             (line 146)
+* bell, changing:                        Audible Bell.        (line   6)
+* binary packages:                       Package Terminology. (line  33)
+* binding:                               Commands.            (line   6)
+* blank lines <1>:                       Comments.            (line  72)
+* blank lines:                           Blank Lines.         (line  16)
+* body lines (Outline mode):             Outline Format.      (line   6)
+* bold font:                             Face Customization.  (line   6)
+* bookmarks:                             Bookmarks.           (line   6)
+* boredom:                               Amusements.          (line   6)
+* buffer:                                Frame.               (line   6)
+* buffer menu:                           Several Buffers.     (line   6)
+* buffers:                               Buffers.             (line   6)
+* Buffers menu <1>:                      Buffers Menu.        (line   6)
+* Buffers menu:                          Pull-down Menus.     (line  35)
+* Buffers Menu Length... menu item:      Options Menu.        (line  14)
+* Buffers Sub-Menus menu item:           Options Menu.        (line  14)
+* buggestion:                            Dissociated Press.   (line  44)
+* bugs:                                  Bugs.                (line   6)
+* building packages:                     Building Packages.   (line   3)
+* byte code:                             Compiling Libraries. (line   6)
+* C Mode:                                CC Mode.             (line   6)
+* C Mode without CC Mode:                Older Modes.         (line   6)
+* C++ class browser, tags:               Tags.                (line  27)
+* C++ Mode:                              CC Mode.             (line   6)
+* calendar:                              Calendar/Diary.      (line   6)
+* calendar and LaTeX:                    LaTeX Calendar.      (line   6)
 * calendar, first day of week:           Move to Beginning or End.
-* candle lighting times:                 Sexp Diary Entries.
-* case conversion <1>:                   Case.
-* case conversion:                       Fixing Case.
-* Case Sensitive Search menu item:       Options Menu.
-* CCL programs:                          Mule and Fonts.
-* centering:                             Fill Commands.
-* change log:                            Change Log.
-* changing buffers:                      Select Buffer.
-* changing menu items:                   Menu Customization.
-* character set:                         Intro to Keystrokes.
-* character set (in regexp):             Regexps.
-* checking in files:                     Concepts of VC.
-* checking out files:                    Concepts of VC.
-* Chinese:                               Mule.
-* Chinese calendar:                      Calendar Systems.
-* choosing packages <1>:                 Which Packages.
-* choosing packages:                     Installing Packages.
-* class browser, C++:                    Tags.
-* Clear menu item:                       Edit Menu.
+                                                              (line  33)
+* candle lighting times:                 Sexp Diary Entries.  (line 119)
+* case conversion <1>:                   Case.                (line   6)
+* case conversion:                       Fixing Case.         (line  16)
+* Case Sensitive Search menu item:       Options Menu.        (line  14)
+* CCL programs:                          Mule and Fonts.      (line   6)
+* centering:                             Fill Commands.       (line  44)
+* change log:                            Change Log.          (line   6)
+* changing buffers:                      Select Buffer.       (line   6)
+* changing menu items:                   Menu Customization.  (line 103)
+* character set:                         Intro to Keystrokes. (line   6)
+* character set (in regexp):             Regexps.             (line 106)
+* checking in files:                     Concepts of VC.      (line  17)
+* checking out files:                    Concepts of VC.      (line  17)
+* Chinese:                               Mule.                (line   6)
+* Chinese calendar:                      Calendar Systems.    (line  53)
+* choosing packages <1>:                 Which Packages.      (line   3)
+* choosing packages:                     Installing Packages. (line  20)
+* class browser, C++:                    Tags.                (line  27)
+* Clear menu item:                       Edit Menu.           (line  13)
 * clipboard selections:                  X Clipboard Selection.
-* coding systems:                        Coding Systems.
-* command <1>:                           Key Bindings.
-* command:                               Commands.
-* command history:                       Repetition.
-* command line arguments:                Command Switches.
-* command name:                          Key Bindings.
-* comments:                              Comments.
-* comparing files:                       Comparing Files.
-* compilation errors:                    Compilation.
-* compiling files:                       Compilation.
-* completion:                            Completion.
-* completion (symbol names):             Lisp Completion.
-* continuation line:                     Continuation Lines.
-* Control-Meta:                          Lists.
-* Coptic calendar:                       Calendar Systems.
-* Copy menu item:                        Edit Menu.
-* copying files:                         Misc File Ops.
-* copying text <1>:                      Accumulating Text.
-* copying text:                          Yanking.
-* core distribution:                     Installing Packages.
-* crashes:                               Auto Save.
-* creating directories:                  File Names.
-* creating files:                        Visiting.
-* current buffer:                        Buffers.
-* current stack frame:                   Lisp Debug.
-* cursor <1>:                            Inserting Text.
-* cursor:                                Point.
-* cursor motion:                         Moving Point.
-* customization <1>:                     Customization.
-* customization <2>:                     Lisp Indent.
-* customization:                         Commands.
-* customization buffer:                  Easy Customization.
+                                                              (line   6)
+* coding systems:                        Coding Systems.      (line   6)
+* command <1>:                           Key Bindings.        (line   7)
+* command:                               Commands.            (line   6)
+* command history:                       Repetition.          (line   6)
+* command line arguments:                Command Switches.    (line   6)
+* command name:                          Key Bindings.        (line   7)
+* comments:                              Comments.            (line   6)
+* comparing files:                       Comparing Files.     (line   6)
+* compilation errors:                    Compilation.         (line   6)
+* compiling files:                       Compilation.         (line  45)
+* completion:                            Completion.          (line   6)
+* completion (symbol names):             Lisp Completion.     (line   6)
+* continuation line:                     Continuation Lines.  (line   6)
+* Control-Meta:                          Lists.               (line   6)
+* Coptic calendar:                       Calendar Systems.    (line  41)
+* Copy menu item:                        Edit Menu.           (line  13)
+* copying files:                         Misc File Ops.       (line  16)
+* copying text <1>:                      Accumulating Text.   (line   6)
+* copying text:                          Yanking.             (line   6)
+* CORBA IDL Mode:                        CC Mode.             (line   6)
+* core distribution:                     Installing Packages. (line  10)
+* crashes:                               Auto Save.           (line   6)
+* creating directories:                  File Names.          (line  51)
+* creating files:                        Visiting.            (line  91)
+* current buffer:                        Buffers.             (line  13)
+* current stack frame:                   Lisp Debug.          (line  44)
+* cursor <1>:                            Inserting Text.      (line   6)
+* cursor:                                Point.               (line   6)
+* cursor motion:                         Moving Point.        (line   6)
+* customization <1>:                     Customization.       (line   6)
+* customization <2>:                     Lisp Indent.         (line   6)
+* customization:                         Commands.            (line   6)
+* customization buffer:                  Easy Customization.  (line   6)
 * customization groups:                  Customization Groups.
-* customizing faces:                     Face Customization.
+                                                              (line   6)
+* customizing faces:                     Face Customization.  (line   6)
 * cut buffers:                           X Selection Commands.
-* Cut menu item:                         Edit Menu.
-* cutting:                               Killing.
-* Cyrillic:                              Mule.
-* day of year:                           General Calendar.
-* daylight savings time:                 Daylight Savings.
-* debugger:                              Lisp Debug.
-* default argument:                      Minibuffer.
-* defuns:                                Defuns.
-* Delete Frame menu item:                File Menu.
-* deleting blank lines:                  Blank Lines.
-* deleting characters and lines:         Erasing.
-* deleting menu items:                   Menu Customization.
-* deleting packages:                     Removing Packages.
-* deletion <1>:                          Killing.
-* deletion:                              Inserting Text.
-* deletion (of files) <1>:               Misc File Ops.
-* deletion (of files):                   Dired.
-* diary:                                 Diary.
-* diary buffer:                          Fancy Diary Display.
+                                                              (line   6)
+* Cut menu item:                         Edit Menu.           (line  13)
+* cutting:                               Killing.             (line   6)
+* Cyrillic:                              Mule.                (line   6)
+* day of year:                           General Calendar.    (line  21)
+* daylight savings time:                 Daylight Savings.    (line   6)
+* debugger:                              Lisp Debug.          (line   6)
+* default argument:                      Minibuffer.          (line  19)
+* defuns:                                Defuns.              (line   6)
+* Delete Frame menu item:                File Menu.           (line  11)
+* deleting blank lines:                  Blank Lines.         (line   6)
+* deleting characters and lines:         Erasing.             (line  24)
+* deleting menu items:                   Menu Customization.  (line  90)
+* deleting packages:                     Removing Packages.   (line   3)
+* deletion <1>:                          Killing.             (line   6)
+* deletion:                              Inserting Text.      (line  13)
+* deletion (of files) <1>:               Misc File Ops.       (line  21)
+* deletion (of files):                   Dired.               (line   6)
+* diary:                                 Diary.               (line   6)
+* diary buffer:                          Fancy Diary Display. (line  11)
 * diary file:                            Format of Diary File.
-* ding:                                  Audible Bell.
-* directories:                           Startup Paths.
-* directory hierarchies:                 Startup Paths.
-* directory listing:                     ListDir.
-* Dired:                                 Dired.
-* disabled command:                      Disabling.
-* disabling menu items:                  Menu Customization.
-* Distribution:                          License.
-* doctor:                                Total Frustration.
-* double slash in file name:             Minibuffer File.
-* drastic changes:                       Reverting.
-* dribble file:                          Bugs.
-* early package hierarchies:             Startup Paths.
-* Ebrowse:                               Tags.
-* echo area:                             Echo Area.
-* Edit menu <1>:                         Edit Menu.
-* Edit menu:                             Pull-down Menus.
+                                                              (line   6)
+* ding:                                  Audible Bell.        (line  15)
+* directories:                           Startup Paths.       (line   6)
+* directory hierarchies:                 Startup Paths.       (line  16)
+* directory listing:                     ListDir.             (line   6)
+* Dired:                                 Dired.               (line   6)
+* disabled command:                      Disabling.           (line   6)
+* disabling menu items:                  Menu Customization.  (line  98)
+* Distribution:                          License.             (line  64)
+* doctor:                                Total Frustration.   (line   6)
+* double slash in file name:             Minibuffer File.     (line  30)
+* drastic changes:                       Reverting.           (line   6)
+* dribble file:                          Bugs.                (line 144)
+* early package hierarchies:             Startup Paths.       (line  49)
+* Ebrowse:                               Tags.                (line  27)
+* echo area:                             Echo Area.           (line   6)
+* Edit menu <1>:                         Edit Menu.           (line   6)
+* Edit menu:                             Pull-down Menus.     (line  20)
 * editable fields (customization buffer): Customization Groups.
-* editing level, recursive <1>:          Quitting.
-* editing level, recursive:              Recursive Edit.
-* EDT:                                   Emulation.
-* Eliza:                                 Total Frustration.
-* Emacs initialization file:             Init File.
-* Emacs-Lisp mode:                       Lisp Eval.
-* enabling menu items:                   Menu Customization.
-* encoding of characters:                Mule.
-* End Macro Recording menu item:         Edit Menu.
-* entering XEmacs:                       Entering Emacs.
-* environment:                           Single Shell.
-* erasing characters and lines:          Erasing.
-* error log:                             Compilation.
-* etags program:                         Create Tags Table.
-* Ethiopic calendar:                     Calendar Systems.
-* Execute Last Macro menu item:          Edit Menu.
-* Exit Emacs menu item:                  File Menu.
-* exiting <1>:                           Recursive Edit.
-* exiting:                               Exiting.
-* expansion (of abbrevs):                Abbrevs.
-* expression:                            Lists.
-* file dates:                            Interlocking.
-* file directory:                        ListDir.
-* File menu <1>:                         File Menu.
-* File menu:                             Pull-down Menus.
-* file names:                            File Names.
-* file protection:                       Interlocking.
-* files <1>:                             Visiting.
-* files <2>:                             Files.
-* files:                                 Basic Files.
-* files, remote:                         Files.
-* fill prefix:                           Fill Prefix.
-* filling:                               Filling.
-* font encoding:                         Mule and Fonts.
-* Font menu item:                        Options Menu.
-* font registry:                         Mule and Fonts.
-* fonts:                                 Mule and Fonts.
-* fonts and faces:                       Face Customization.
-* formfeed:                              Pages.
-* Fortran mode:                          Fortran.
-* frame:                                 Frame.
-* French Revolutionary calendar:         Calendar Systems.
-* function <1>:                          Key Bindings.
-* function:                              Commands.
-* General Public License:                License.
-* getting help with keys:                Basic Help.
-* global keymap:                         Keymaps.
-* global substitution:                   Replace.
-* graphic characters:                    Inserting Text.
-* Greek:                                 Mule.
-* Gregorian calendar:                    Other Calendars.
-* grinding:                              Grinding.
-* hardcopy:                              Hardcopy.
-* header (TeX mode):                     TeX Print.
-* headers (of mail message):             Mail Headers.
-* heading lines (Outline mode):          Outline Format.
-* Hebrew calendar:                       Calendar Systems.
-* help:                                  Help.
-* Help menu <1>:                         Help Menu.
-* Help menu:                             Pull-down Menus.
-* hierarchies:                           Startup Paths.
-* history of commands:                   Repetition.
-* history of minibuffer input:           Minibuffer History.
-* holiday forms:                         Holiday Customizing.
-* holidays:                              Holidays.
+                                                              (line  35)
+* editing level, recursive <1>:          Quitting.            (line  44)
+* editing level, recursive:              Recursive Edit.      (line   6)
+* EDT:                                   Emulation.           (line   6)
+* Eliza:                                 Total Frustration.   (line   6)
+* Emacs initialization file:             Init File.           (line   6)
+* Emacs-Lisp mode:                       Lisp Eval.           (line   6)
+* enabling menu items:                   Menu Customization.  (line  98)
+* encoding of characters:                Mule.                (line   6)
+* End Macro Recording menu item:         Edit Menu.           (line  13)
+* entering XEmacs:                       Entering Emacs.      (line   6)
+* environment:                           Single Shell.        (line  21)
+* erasing characters and lines:          Erasing.             (line  24)
+* error log:                             Compilation.         (line   6)
+* etags program:                         Create Tags Table.   (line   6)
+* Ethiopic calendar:                     Calendar Systems.    (line  41)
+* Execute Last Macro menu item:          Edit Menu.           (line  13)
+* Exit Emacs menu item:                  File Menu.           (line  11)
+* exiting <1>:                           Recursive Edit.      (line  13)
+* exiting:                               Exiting.             (line   6)
+* expansion (of abbrevs):                Abbrevs.             (line   6)
+* expression:                            Lists.               (line  13)
+* file dates:                            Interlocking.        (line   6)
+* file directory:                        ListDir.             (line   6)
+* File menu <1>:                         File Menu.           (line   6)
+* File menu:                             Pull-down Menus.     (line  16)
+* file names:                            File Names.          (line   6)
+* file protection:                       Interlocking.        (line  77)
+* files <1>:                             Visiting.            (line  21)
+* files <2>:                             Files.               (line   6)
+* files:                                 Basic Files.         (line   6)
+* files, remote:                         Files.               (line  13)
+* fill prefix:                           Fill Prefix.         (line   6)
+* filling:                               Filling.             (line   6)
+* font encoding:                         Mule and Fonts.      (line   6)
+* Font menu item:                        Options Menu.        (line  14)
+* font registry:                         Mule and Fonts.      (line   6)
+* fonts:                                 Mule and Fonts.      (line   6)
+* fonts and faces:                       Face Customization.  (line   6)
+* formfeed:                              Pages.               (line   6)
+* Fortran mode:                          Fortran.             (line   6)
+* frame:                                 Frame.               (line   6)
+* French Revolutionary calendar:         Calendar Systems.    (line  29)
+* function <1>:                          Key Bindings.        (line   7)
+* function:                              Commands.            (line   6)
+* General Public License:                License.             (line   7)
+* getting help with keys:                Basic Help.          (line   6)
+* global keymap:                         Keymaps.             (line   6)
+* global substitution:                   Replace.             (line   6)
+* graphic characters:                    Inserting Text.      (line   6)
+* Greek:                                 Mule.                (line   6)
+* Gregorian calendar:                    Other Calendars.     (line   6)
+* grinding:                              Grinding.            (line   6)
+* hardcopy:                              Hardcopy.            (line   6)
+* header (TeX mode):                     TeX Print.           (line  57)
+* headers (of mail message):             Mail Headers.        (line   6)
+* heading lines (Outline mode):          Outline Format.      (line   6)
+* Hebrew calendar:                       Calendar Systems.    (line  16)
+* help:                                  Help.                (line   6)
+* Help menu <1>:                         Help Menu.           (line   6)
+* Help menu:                             Pull-down Menus.     (line  43)
+* hierarchies:                           Startup Paths.       (line  16)
+* history of commands:                   Repetition.          (line   6)
+* history of minibuffer input:           Minibuffer History.  (line   6)
+* holiday forms:                         Holiday Customizing. (line  34)
+* holidays:                              Holidays.            (line   6)
+* Hook variables:                        Mode Hooks.          (line   6)
 * horizontal scrolling:                  Horizontal Scrolling.
-* Icomplete mode:                        Completion Options.
-* ignoriginal:                           Dissociated Press.
-* indentation <1>:                       Comments.
-* indentation <2>:                       Grinding.
-* indentation:                           Indentation.
-* inferior process:                      Compilation.
-* Info:                                  Misc Help.
-* init file:                             Init File.
-* input methods:                         Input Methods.
-* Insert File... menu item:              File Menu.
-* inserting blank lines:                 Blank Lines.
-* insertion:                             Inserting Text.
-* install:                               Installing Packages.
-* installing packages:                   Installing Packages.
-* international scripts:                 Mule.
-* interval operator (in regexps):        Etags Regexps.
-* invisible lines:                       Outline Mode.
-* IPA:                                   Mule.
-* Islamic calendar:                      Calendar Systems.
-* ISO commercial calendar:               Calendar Systems.
-* italic font:                           Face Customization.
-* Japanese:                              Mule.
-* Julian calendar:                       Calendar Systems.
-* Julian day numbers:                    Calendar Systems.
-* justification:                         Fill Commands.
-* key rebinding, permanent:              Init File.
-* key rebinding, this session:           Rebinding.
-* keyboard macros:                       Keyboard Macros.
+                                                              (line  12)
+* Icomplete mode:                        Completion Options.  (line  27)
+* ignoriginal:                           Dissociated Press.   (line  36)
+* indentation <1>:                       Comments.            (line   6)
+* indentation <2>:                       Grinding.            (line   6)
+* indentation:                           Indentation.         (line   6)
+* inferior process:                      Compilation.         (line   6)
+* Info:                                  Misc Help.           (line   6)
+* init file:                             Init File.           (line   6)
+* input methods:                         Input Methods.       (line   6)
+* Insert File... menu item:              File Menu.           (line  11)
+* inserting blank lines:                 Blank Lines.         (line   6)
+* insertion:                             Inserting Text.      (line   6)
+* install:                               Installing Packages. (line   3)
+* installing packages:                   Installing Packages. (line   3)
+* international scripts:                 Mule.                (line   6)
+* interval operator (in regexps):        Etags Regexps.       (line  21)
+* invisible lines:                       Outline Mode.        (line   6)
+* IPA:                                   Mule.                (line   6)
+* Islamic calendar:                      Calendar Systems.    (line  20)
+* ISO commercial calendar:               Calendar Systems.    (line   6)
+* italic font:                           Face Customization.  (line   6)
+* Japanese:                              Mule.                (line   6)
+* Java Mode:                             CC Mode.             (line   6)
+* Julian calendar:                       Calendar Systems.    (line   8)
+* Julian day numbers:                    Calendar Systems.    (line  12)
+* justification:                         Fill Commands.       (line  36)
+* key rebinding, permanent:              Init File.           (line   6)
+* key rebinding, this session:           Rebinding.           (line   6)
+* keyboard macros:                       Keyboard Macros.     (line   6)
 * keycode:                               Super and Hyper Keys.
-* keymap <1>:                            Keymaps.
-* keymap:                                Commands.
-* keystroke:                             Intro to Keystrokes.
-* keysym:                                Intro to Keystrokes.
+                                                              (line  38)
+* keymap <1>:                            Keymaps.             (line   6)
+* keymap:                                Commands.            (line   6)
+* keystroke:                             Intro to Keystrokes. (line   6)
+* keysym:                                Intro to Keystrokes. (line  16)
 * keysyms:                               Super and Hyper Keys.
-* Kill Buffer menu item:                 File Menu.
-* kill ring:                             Yanking.
-* killing:                               Killing.
-* killing characters and lines:          Erasing.
-* killing Emacs:                         Exiting.
-* Korean:                                Mule.
+                                                              (line  38)
+* Kill Buffer menu item:                 File Menu.           (line  11)
+* kill ring:                             Yanking.             (line   6)
+* killing:                               Killing.             (line   6)
+* killing characters and lines:          Erasing.             (line  24)
+* killing Emacs:                         Exiting.             (line   6)
+* Korean:                                Mule.                (line   6)
 * language environments:                 Language Environments.
-* last package hierarchies:              Startup Paths.
-* late package hierarchies:              Startup Paths.
-* LaTeX:                                 TeX Mode.
-* leaving Emacs:                         Exiting.
-* libraries:                             Lisp Libraries.
-* license to copy XEmacs:                License.
-* line number:                           Position Info.
-* line wrapping:                         Continuation Lines.
-* Lisp:                                  Programs.
-* Lisp mode:                             Program Modes.
-* list:                                  Lists.
-* loading libraries:                     Loading.
-* loading Lisp code:                     Lisp Libraries.
-* local keymap:                          Keymaps.
-* local variables:                       Locals.
-* local variables in files:              File Variables.
-* local.rules:                           Local.rules File.
-* locking and version control:           Concepts of VC.
-* log entry:                             Editing with VC.
-* mail <1>:                              Reading Mail.
-* mail:                                  Sending Mail.
-* major modes:                           Major Modes.
-* make:                                  Compilation.
-* manual package install:                Manually.
-* manuals, on-line:                      Misc Help.
-* mark:                                  Mark.
-* mark ring <1>:                         Mark and Region.
-* mark ring:                             Mark Ring.
-* Markov chain:                          Dissociated Press.
-* master file:                           Concepts of VC.
-* matching parentheses:                  Matching.
-* Mayan calendar:                        Calendar Systems.
-* Mayan calendar round:                  Mayan Calendar.
-* Mayan haab calendar:                   Mayan Calendar.
-* Mayan long count:                      Mayan Calendar.
-* Mayan tzolkin calendar:                Mayan Calendar.
-* menus <1>:                             Change Window.
-* menus:                                 Pull-down Menus.
-* message <1>:                           Reading Mail.
-* message:                               Sending Mail.
-* Meta:                                  Words.
-* minibuffer <1>:                        Keymaps.
-* minibuffer <2>:                        M-x.
-* minibuffer:                            Minibuffer.
-* minibuffer history:                    Minibuffer History.
-* minor modes:                           Minor Modes.
-* mistakes, correcting <1>:              Fixit.
-* mistakes, correcting:                  Undo.
-* mocklisp:                              Mocklisp.
-* mode hook:                             Program Modes.
-* mode line <1>:                         Minor Modes.
-* mode line:                             Mode Line.
-* mode, Term:                            Term Mode.
-* modified (buffer):                     Visiting.
-* modifier key:                          Intro to Keystrokes.
+                                                              (line   6)
+* last package hierarchies:              Startup Paths.       (line  49)
+* late package hierarchies:              Startup Paths.       (line  49)
+* LaTeX:                                 TeX Mode.            (line   6)
+* leaving Emacs:                         Exiting.             (line   6)
+* libraries:                             Lisp Libraries.      (line   6)
+* license to copy XEmacs:                License.             (line   7)
+* line number:                           Position Info.       (line  31)
+* line wrapping:                         Continuation Lines.  (line   6)
+* Lisp:                                  Programs.            (line   6)
+* Lisp mode:                             Program Modes.       (line   6)
+* list:                                  Lists.               (line  13)
+* loading libraries:                     Loading.             (line  34)
+* loading Lisp code:                     Lisp Libraries.      (line   6)
+* local keymap:                          Keymaps.             (line  12)
+* local variables:                       Locals.              (line  16)
+* local variables in files:              File Variables.      (line   6)
+* local.rules:                           Local.rules File.    (line   3)
+* locking and version control:           Concepts of VC.      (line  17)
+* log entry:                             Editing with VC.     (line  38)
+* mail <1>:                              Reading Mail.        (line   6)
+* mail:                                  Sending Mail.        (line   6)
+* major modes:                           Major Modes.         (line   6)
+* make:                                  Compilation.         (line   6)
+* manual package install:                Manually.            (line   3)
+* manuals, on-line:                      Misc Help.           (line   6)
+* mark:                                  Mark.                (line   6)
+* mark ring <1>:                         Mark and Region.     (line  35)
+* mark ring:                             Mark Ring.           (line   6)
+* Markov chain:                          Dissociated Press.   (line  36)
+* master file:                           Concepts of VC.      (line   6)
+* matching parentheses:                  Matching.            (line   6)
+* Mayan calendar:                        Calendar Systems.    (line  35)
+* Mayan calendar round:                  Mayan Calendar.      (line  64)
+* Mayan haab calendar:                   Mayan Calendar.      (line  56)
+* Mayan long count:                      Mayan Calendar.      (line  36)
+* Mayan tzolkin calendar:                Mayan Calendar.      (line  48)
+* menus <1>:                             Change Window.       (line  54)
+* menus:                                 Pull-down Menus.     (line  44)
+* message <1>:                           Reading Mail.        (line   6)
+* message:                               Sending Mail.        (line   6)
+* Meta:                                  Words.               (line   6)
+* minibuffer <1>:                        Keymaps.             (line  23)
+* minibuffer <2>:                        M-x.                 (line  18)
+* minibuffer:                            Minibuffer.          (line   6)
+* minibuffer history:                    Minibuffer History.  (line   6)
+* minor modes:                           Minor Modes.         (line   6)
+* mistakes, correcting <1>:              Fixit.               (line   6)
+* mistakes, correcting:                  Undo.                (line   6)
+* mocklisp:                              Mocklisp.            (line   6)
+* mode hook:                             Mode Hooks.          (line   6)
+* mode line <1>:                         Minor Modes.         (line   6)
+* mode line:                             Mode Line.           (line   6)
+* mode, Term:                            Term Mode.           (line   6)
+* modified (buffer):                     Visiting.            (line  41)
+* modifier key:                          Intro to Keystrokes. (line  16)
 * modifier mapping:                      Super and Hyper Keys.
-* moon, phases of:                       Lunar Phases.
+                                                              (line  83)
+* moon, phases of:                       Lunar Phases.        (line   6)
 * mouse operations:                      Additional Mouse Operations.
-* mouse selection:                       Mouse Selection.
-* movement:                              Moving Point.
-* moving inside the calendar:            Calendar Motion.
-* moving point:                          Moving Point.
-* moving text:                           Yanking.
-* moving the cursor:                     Moving Point.
-* MULE:                                  Mule.
-* multi-frame XEmacs:                    XEmacs under X.
-* multibyte characters:                  Mule.
-* named configurations (RCS):            Snapshot Caveats.
-* narrowing:                             Narrowing.
-* New Frame menu item:                   File Menu.
-* newline:                               Inserting Text.
+                                                              (line   6)
+* mouse selection:                       Mouse Selection.     (line   6)
+* movement:                              Moving Point.        (line   6)
+* moving inside the calendar:            Calendar Motion.     (line   6)
+* moving point:                          Moving Point.        (line   6)
+* moving text:                           Yanking.             (line   6)
+* moving the cursor:                     Moving Point.        (line   6)
+* MULE:                                  Mule.                (line   6)
+* multi-frame XEmacs:                    XEmacs under X.      (line  16)
+* multibyte characters:                  Mule.                (line   6)
+* named configurations (RCS):            Snapshot Caveats.    (line   6)
+* narrowing:                             Narrowing.           (line   6)
+* New Frame menu item:                   File Menu.           (line  11)
+* newline:                               Inserting Text.      (line  19)
 * non-incremental search:                Non-Incremental Search.
-* nroff:                                 Nroff Mode.
-* numeric arguments:                     Arguments.
-* omer count:                            Sexp Diary Entries.
-* on-line manuals:                       Misc Help.
-* Open File, New Frame... menu item:     File Menu.
-* Open File... menu item:                File Menu.
-* option <1>:                            Examining.
-* option:                                Variables.
-* Options menu <1>:                      Options Menu.
-* Options menu:                          Pull-down Menus.
-* other editors:                         Emulation.
-* outlines:                              Outline Mode.
-* outragedy:                             Dissociated Press.
-* Overstrike menu item:                  Options Menu.
-* Overwrite mode:                        Minor Modes.
-* package building:                      Building Packages.
-* package distributions:                 Package Terminology.
-* package hierarchies:                   Startup Paths.
-* package path:                          Startup Paths.
-* package tools:                         Automatically.
-* packages <1>:                          Available Packages.
-* packages:                              Packages.
-* page number:                           Position Info.
-* pages:                                 Pages.
-* paragraphs:                            Paragraphs.
-* parasha, weekly:                       Sexp Diary Entries.
-* Paren Highlighting menu item:          Options Menu.
-* parentheses:                           Matching.
-* Paste menu item:                       Edit Menu.
-* pasting:                               Yanking.
-* path:                                  Startup Paths.
-* paths:                                 Startup Paths.
-* per-buffer variables:                  Locals.
-* Persian calendar:                      Calendar Systems.
-* phases of the moon:                    Lunar Phases.
-* pictures:                              Picture.
-* point <1>:                             Inserting Text.
-* point:                                 Point.
-* pointer face:                          Mouse Selection.
-* pointer shapes:                        Mouse Selection.
-* prefix key sequence:                   Key Sequences.
-* presidentagon:                         Dissociated Press.
+                                                              (line   6)
+* nroff:                                 Nroff Mode.          (line   6)
+* numeric arguments:                     Arguments.           (line   6)
+* Objective C Mode:                      CC Mode.             (line   6)
+* Old AWK Mode:                          Older Modes.         (line   6)
+* Old C Mode:                            Older Modes.         (line   6)
+* old-c-mode:                            Older Modes.         (line   6)
+* omer count:                            Sexp Diary Entries.  (line 119)
+* on-line manuals:                       Misc Help.           (line   6)
+* Open File, New Frame... menu item:     File Menu.           (line  11)
+* Open File... menu item:                File Menu.           (line  11)
+* option <1>:                            Examining.           (line  28)
+* option:                                Variables.           (line   6)
+* Options menu <1>:                      Options Menu.        (line   6)
+* Options menu:                          Pull-down Menus.     (line  31)
+* other editors:                         Emulation.           (line   6)
+* outlines:                              Outline Mode.        (line   6)
+* outragedy:                             Dissociated Press.   (line  44)
+* Overstrike menu item:                  Options Menu.        (line  14)
+* Overwrite mode:                        Minor Modes.         (line  26)
+* package building:                      Building Packages.   (line   3)
+* package distributions:                 Package Terminology. (line  24)
+* package hierarchies:                   Startup Paths.       (line  43)
+* package path:                          Startup Paths.       (line  73)
+* package tools:                         Automatically.       (line   3)
+* packages <1>:                          Available Packages.  (line   3)
+* packages:                              Packages.            (line   6)
+* page number:                           Position Info.       (line  31)
+* pages:                                 Pages.               (line   6)
+* paragraphs:                            Paragraphs.          (line   6)
+* parasha, weekly:                       Sexp Diary Entries.  (line 119)
+* Paren Highlighting menu item:          Options Menu.        (line  14)
+* parentheses:                           Matching.            (line   6)
+* Paste menu item:                       Edit Menu.           (line  13)
+* pasting:                               Yanking.             (line   6)
+* path:                                  Startup Paths.       (line   9)
+* paths:                                 Startup Paths.       (line  91)
+* per-buffer variables:                  Locals.              (line  31)
+* Persian calendar:                      Calendar Systems.    (line  47)
+* phases of the moon:                    Lunar Phases.        (line   6)
+* pictures:                              Picture.             (line   6)
+* point <1>:                             Inserting Text.      (line   6)
+* point:                                 Point.               (line   6)
+* pointer face:                          Mouse Selection.     (line  17)
+* pointer shapes:                        Mouse Selection.     (line   6)
+* prefix key sequence:                   Key Sequences.       (line  29)
+* presidentagon:                         Dissociated Press.   (line  18)
 * primary selections:                    X Selection Commands.
-* Print Buffer menu item:                File Menu.
-* prompt:                                Minibuffer.
-* properbose:                            Dissociated Press.
-* Pull-down Menus <1>:                   Change Window.
-* Pull-down Menus:                       Pull-down Menus.
-* query replace:                         Query Replace.
-* quitting:                              Quitting.
-* quitting (in search):                  Incremental Search.
-* quitting Emacs:                        Exiting.
-* quoting:                               Inserting Text.
-* random sentences:                      CONX.
-* RCS:                                   Concepts of VC.
-* Read Only menu item:                   Options Menu.
-* read-only buffer:                      Misc Buffer.
-* rebinding keys, permanently:           Init File.
-* rebinding keys, this session:          Rebinding.
+                                                              (line   6)
+* Print Buffer menu item:                File Menu.           (line  11)
+* Programming Languages:                 Programs.            (line   6)
+* prompt:                                Minibuffer.          (line  13)
+* properbose:                            Dissociated Press.   (line  44)
+* Pull-down Menus <1>:                   Change Window.       (line  54)
+* Pull-down Menus:                       Pull-down Menus.     (line  44)
+* query replace:                         Query Replace.       (line   6)
+* quitting:                              Quitting.            (line   6)
+* quitting (in search):                  Incremental Search.  (line  76)
+* quitting Emacs:                        Exiting.             (line   6)
+* quoting:                               Inserting Text.      (line  33)
+* random sentences:                      CONX.                (line   6)
+* RCS:                                   Concepts of VC.      (line   6)
+* Read Only menu item:                   Options Menu.        (line  14)
+* read-only buffer:                      Misc Buffer.         (line  15)
+* rebinding keys, permanently:           Init File.           (line   6)
+* rebinding keys, this session:          Rebinding.           (line   6)
 * rectangle <1>:                         Rectangles in Picture.
-* rectangle:                             RegRect.
-* rectangles:                            Rectangles.
-* recursive editing level <1>:           Quitting.
-* recursive editing level:               Recursive Edit.
+                                                              (line   6)
+* rectangle:                             RegRect.             (line   6)
+* rectangles:                            Rectangles.          (line   6)
+* recursive editing level <1>:           Quitting.            (line  44)
+* recursive editing level:               Recursive Edit.      (line   6)
 * redefining keys:                       Key Bindings Using Strings.
-* regexp:                                Regexp Search.
-* regexp alternative:                    Regexps.
-* regexp grouping:                       Regexps.
-* region <1>:                            Case.
-* region:                                Mark.
-* registered file:                       Concepts of VC.
-* registers:                             Registers.
-* regular expression:                    Regexp Search.
-* regular packages:                      Package Terminology.
-* remote files:                          Files.
-* removing directories:                  File Names.
-* removing packages:                     Removing Packages.
-* replacement:                           Replace.
-* restriction:                           Narrowing.
-* Revert Buffer menu item:               File Menu.
-* root of a hierarchy:                   Startup Paths.
-* rosh hodesh:                           Sexp Diary Entries.
-* Russian:                               Mule.
-* Save Buffer As ... menu item:          File Menu.
-* Save Buffer menu item:                 File Menu.
-* Save Options:                          Options Menu.
-* saving:                                Visiting.
-* saving option value:                   Changing an Option.
-* SCCS:                                  Concepts of VC.
-* Scheme mode:                           Program Modes.
-* scrolling:                             Scrolling.
-* scrolling in the calendar:             Scroll Calendar.
-* searching:                             Search.
-* selected buffer:                       Buffers.
-* selected window:                       Basic Window.
-* selective display:                     Outline Mode.
-* self-documentation:                    Help.
-* sentences:                             Sentences.
-* setting option value:                  Changing an Option.
-* setting variables:                     Examining.
-* sexp:                                  Lists.
-* sexp diary entries:                    Sexp Diary Entries.
-* shell commands:                        Shell.
-* Shell mode:                            Shell Mode.
+                                                              (line  22)
+* regexp:                                Regexp Search.       (line   6)
+* regexp alternative:                    Regexps.             (line 184)
+* regexp grouping:                       Regexps.             (line 198)
+* region <1>:                            Case.                (line  46)
+* region:                                Mark.                (line   6)
+* registered file:                       Concepts of VC.      (line   6)
+* registers:                             Registers.           (line   6)
+* regular expression:                    Regexp Search.       (line   6)
+* regular packages:                      Package Terminology. (line  11)
+* remote files:                          Files.               (line  13)
+* removing directories:                  File Names.          (line  51)
+* removing packages:                     Removing Packages.   (line   3)
+* replacement:                           Replace.             (line   6)
+* restriction:                           Narrowing.           (line   6)
+* Revert Buffer menu item:               File Menu.           (line  11)
+* root of a hierarchy:                   Startup Paths.       (line  34)
+* rosh hodesh:                           Sexp Diary Entries.  (line 119)
+* Russian:                               Mule.                (line   6)
+* Save Buffer As ... menu item:          File Menu.           (line  11)
+* Save Buffer menu item:                 File Menu.           (line  11)
+* Save Options:                          Options Menu.        (line  14)
+* saving:                                Visiting.            (line  21)
+* saving option value:                   Changing an Option.  (line 101)
+* SCCS:                                  Concepts of VC.      (line   6)
+* scrolling:                             Scrolling.           (line  10)
+* scrolling in the calendar:             Scroll Calendar.     (line   6)
+* searching:                             Search.              (line   6)
+* selected buffer:                       Buffers.             (line  13)
+* selected window:                       Basic Window.        (line  12)
+* selective display:                     Outline Mode.        (line   6)
+* self-documentation:                    Help.                (line   6)
+* sentences:                             Sentences.           (line   6)
+* setting option value:                  Changing an Option.  (line  40)
+* setting variables:                     Examining.           (line   6)
+* sexp:                                  Lists.               (line  13)
+* sexp diary entries:                    Sexp Diary Entries.  (line   6)
+* shell commands:                        Shell.               (line   6)
+* Shell mode:                            Shell Mode.          (line   6)
 * shift modifier:                        Representing Keystrokes.
-* shrinking XEmacs frame:                Exiting.
-* simultaneous editing:                  Interlocking.
-* single-file packages:                  Package Terminology.
-* site-specific directories:             Startup Paths.
-* Size menu item:                        Options Menu.
-* slashes repeated in file name:         Minibuffer File.
-* snapshots and version control:         Snapshots.
-* sorting:                               Sorting.
-* sorting diary entries:                 Fancy Diary Display.
-* source packages:                       Package Terminology.
-* spelling:                              Spelling.
-* Split Frame:                           File Menu.
-* Start Macro Recording menu item:       Edit Menu.
-* starting XEmacs:                       Entering Emacs.
-* startup paths:                         Startup Paths.
-* string substitution:                   Replace.
-* subshell:                              Shell.
-* subtree (Outline mode):                Outline Visibility.
-* sumo package install:                  Sumo.
-* sunrise and sunset:                    Sunrise/Sunset.
-* suspending:                            Exiting.
-* switching buffers:                     Select Buffer.
-* Syntax Highlighting menu item:         Options Menu.
-* syntax table <1>:                      Syntax.
-* syntax table:                          Words.
-* tags table:                            Tags.
-* tags, C++:                             Tags.
-* Teach Extended Commands menu item:     Options Menu.
-* techniquitous:                         Dissociated Press.
-* television:                            Appending Kills.
-* Term mode:                             Term Mode.
-* termscript file:                       Bugs.
-* TeX:                                   TeX Mode.
-* text:                                  Text.
-* Text mode:                             Text Mode.
-* Tools menu <1>:                        Tools Menu.
-* Tools menu:                            Pull-down Menus.
-* top level:                             Mode Line.
-* transposition <1>:                     Lists.
-* transposition <2>:                     Words.
-* transposition:                         Transpose.
-* truncation:                            Continuation Lines.
-* typos:                                 Fixit.
-* Un-split (Keep Others):                File Menu.
-* Un-split (Keep This):                  File Menu.
-* undo:                                  Undo.
-* Undo menu item:                        Edit Menu.
-* variable:                              Variables.
-* variables:                             Commands.
-* version control:                       Version Control.
-* version-specific directories:          Startup Paths.
-* vi:                                    Emulation.
-* viewing:                               Misc File Ops.
-* Viper:                                 Emulation.
-* visiting:                              Visiting.
-* visiting files:                        Visiting.
+                                                              (line  31)
+* shrinking XEmacs frame:                Exiting.             (line   6)
+* simultaneous editing:                  Interlocking.        (line   6)
+* single-file packages:                  Package Terminology. (line  14)
+* site-specific directories:             Startup Paths.       (line 101)
+* Size menu item:                        Options Menu.        (line  14)
+* slashes repeated in file name:         Minibuffer File.     (line  30)
+* snapshots and version control:         Snapshots.           (line   6)
+* sorting:                               Sorting.             (line   6)
+* sorting diary entries:                 Fancy Diary Display. (line  31)
+* source packages:                       Package Terminology. (line  39)
+* spelling:                              Spelling.            (line   6)
+* Split Frame:                           File Menu.           (line  11)
+* Start Macro Recording menu item:       Edit Menu.           (line  13)
+* starting XEmacs:                       Entering Emacs.      (line   6)
+* startup paths:                         Startup Paths.       (line   6)
+* string substitution:                   Replace.             (line   6)
+* subshell:                              Shell.               (line   6)
+* subtree (Outline mode):                Outline Visibility.  (line  48)
+* sumo package install:                  Sumo.                (line   3)
+* sunrise and sunset:                    Sunrise/Sunset.      (line   6)
+* suspending:                            Exiting.             (line   6)
+* switching buffers:                     Select Buffer.       (line   6)
+* Syntax Highlighting menu item:         Options Menu.        (line  14)
+* syntax table <1>:                      Syntax.              (line   6)
+* syntax table:                          Words.               (line  67)
+* tags table:                            Tags.                (line   6)
+* tags, C++:                             Tags.                (line  27)
+* Teach Extended Commands menu item:     Options Menu.        (line  14)
+* techniquitous:                         Dissociated Press.   (line  36)
+* television:                            Appending Kills.     (line   6)
+* Term mode:                             Term Mode.           (line   6)
+* termscript file:                       Bugs.                (line 153)
+* TeX:                                   TeX Mode.            (line   6)
+* text:                                  Text.                (line   6)
+* Text mode:                             Text Mode.           (line   6)
+* Tools menu <1>:                        Tools Menu.          (line   6)
+* Tools menu:                            Pull-down Menus.     (line  40)
+* top level:                             Mode Line.           (line   6)
+* transposition <1>:                     Lists.               (line 108)
+* transposition <2>:                     Words.               (line  55)
+* transposition:                         Transpose.           (line  18)
+* truncation:                            Continuation Lines.  (line  18)
+* typos:                                 Fixit.               (line   6)
+* Un-split (Keep Others):                File Menu.           (line  11)
+* Un-split (Keep This):                  File Menu.           (line  11)
+* undo:                                  Undo.                (line   6)
+* Undo menu item:                        Edit Menu.           (line  13)
+* variable:                              Variables.           (line   6)
+* variables:                             Commands.            (line  43)
+* version control:                       Version Control.     (line   6)
+* version-specific directories:          Startup Paths.       (line  97)
+* vi:                                    Emulation.           (line   6)
+* viewing:                               Misc File Ops.       (line  44)
+* Viper:                                 Emulation.           (line  10)
+* visiting:                              Visiting.            (line  21)
+* visiting files:                        Visiting.            (line   6)
 * weeks, which day they start on:        Move to Beginning or End.
-* Weight menu item:                      Options Menu.
-* which packages:                        Which Packages.
-* widening:                              Narrowing.
-* window:                                Frame.
-* windows:                               Windows.
-* Windows menu:                          Change Window.
-* word search:                           Word Search.
-* words <1>:                             Case.
-* words <2>:                             Words.
-* words:                                 Fixing Case.
-* work file:                             Concepts of VC.
-* wrapping:                              Continuation Lines.
-* X resources:                           X Resources.
-* yahrzeits <1>:                         Sexp Diary Entries.
-* yahrzeits:                             From Other Calendar.
-* yanking:                               Yanking.
-* | in regexp:                           Regexps.
+                                                              (line  33)
+* Weight menu item:                      Options Menu.        (line  14)
+* which packages:                        Which Packages.      (line   3)
+* widening:                              Narrowing.           (line   6)
+* window:                                Frame.               (line   6)
+* windows:                               Windows.             (line   6)
+* Windows menu:                          Change Window.       (line  54)
+* word search:                           Word Search.         (line   6)
+* words <1>:                             Case.                (line  24)
+* words <2>:                             Words.               (line   6)
+* words:                                 Fixing Case.         (line  16)
+* work file:                             Concepts of VC.      (line   6)
+* wrapping:                              Continuation Lines.  (line   6)
+* X resources:                           X Resources.         (line   6)
+* yahrzeits <1>:                         Sexp Diary Entries.  (line 119)
+* yahrzeits:                             From Other Calendar. (line  57)
+* yanking:                               Yanking.             (line   6)
+* | in regexp:                           Regexps.             (line 184)