From 320db150fbdc6305aecd8ec46cae05f951db52ef Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 3 Jan 2024 19:51:42 +0100 Subject: [PATCH] ; Avoid "Index" as Info node name This avoids a name collision with index.html in the online versions. --- doc/lispref/elisp.texi | 2 +- doc/lispref/index.texi | 4 ++-- doc/misc/auth.texi | 4 ++-- doc/misc/dbus.texi | 6 +++--- doc/misc/ediff.texi | 6 +++--- doc/misc/eglot.texi | 6 +++--- doc/misc/emacs-mime.texi | 6 +++--- doc/misc/ert.texi | 6 +++--- doc/misc/eudc.texi | 6 +++--- doc/misc/flymake.texi | 6 +++--- doc/misc/forms.texi | 6 +++--- doc/misc/gnus.texi | 6 +++--- doc/misc/htmlfontify.texi | 6 +++--- doc/misc/idlwave.texi | 6 +++--- doc/misc/info.texi | 6 +++--- doc/misc/message.texi | 6 +++--- doc/misc/newsticker.texi | 6 +++--- doc/misc/rcirc.texi | 6 +++--- doc/misc/reftex.texi | 6 +++--- doc/misc/sasl.texi | 6 +++--- doc/misc/semantic.texi | 6 +++--- doc/misc/ses.texi | 6 +++--- doc/misc/sieve.texi | 6 +++--- doc/misc/smtpmail.texi | 6 +++--- doc/misc/speedbar.texi | 4 ++-- doc/misc/srecode.texi | 6 +++--- doc/misc/use-package.texi | 6 +++--- doc/misc/vtable.texi | 6 +++--- doc/misc/widget.texi | 6 +++--- doc/misc/wisent.texi | 6 +++--- 30 files changed, 85 insertions(+), 85 deletions(-) diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index a3ef8313f8e..05a9dac4140 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -245,7 +245,7 @@ Appendices * Standard Keymaps:: List of some standard keymaps. * Standard Hooks:: List of some standard hook variables. -* Index:: Index including concepts, functions, variables, +* Concept Index:: Index including concepts, functions, variables, and other terms. @ignore diff --git a/doc/lispref/index.texi b/doc/lispref/index.texi index 3f31c5dd656..ad9ada0ab42 100644 --- a/doc/lispref/index.texi +++ b/doc/lispref/index.texi @@ -18,8 +18,8 @@ @c pindex is used for .el files and Unix programs -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @c Print the indices diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f51a1446170..3167aa17067 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -63,7 +63,7 @@ It is a way for multiple applications to share a single configuration * Help for developers:: * GnuPG and EasyPG Assistant Configuration:: * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: * Function Index:: * Variable Index:: @end menu @@ -686,7 +686,7 @@ the GNU Privacy Guard}. To get started with these quickly, see @appendix GNU Free Documentation License @include doclicense.texi -@node Index +@node Concept Index @unnumbered Index @printindex cp diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 28ee64d6b89..5cf6e8f2fe3 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -64,7 +64,7 @@ another. An overview of D-Bus can be found at * Alternative Buses:: Alternative buses and environments. * Errors and Events:: Errors and events. * Monitoring Messages:: Monitoring messages. -* Index:: Index including concepts, functions, variables. +* Concept Index:: Index including concepts, functions, variables. * GNU Free Documentation License:: The license for this documentation. @end menu @@ -2170,8 +2170,8 @@ switches to the monitor buffer. @end deffn -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index e8ecb218674..bbc0bd3b94d 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi @@ -78,7 +78,7 @@ modify this GNU manual.'' * Customization:: How to make Ediff work the way YOU want. * Credits:: Thanks to those who helped. * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: @end menu @node Introduction @@ -2530,8 +2530,8 @@ Eli Zaretskii (eliz at is.elta.co.il) @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index a5c3a967af1..304311c1ed2 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -102,7 +102,7 @@ This manual documents how to configure, use, and customize Eglot. * Extending Eglot:: Writing Eglot extensions in Elisp * Troubleshooting Eglot:: Troubleshooting and reporting bugs. * GNU Free Documentation License:: The license for this manual. -* Index:: +* Concept Index:: @end menu @end ifnottex @@ -1590,8 +1590,8 @@ many cases, just a frontend to that functionality. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 96a6328cd47..c1391f42a5e 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi @@ -82,7 +82,7 @@ read at least RFC2045 and RFC2047. * Basic Functions:: Utility and basic parsing functions. * Standards:: A summary of RFCs and working documents used. * GNU Free Documentation License:: The license for this documentation. -* Index:: Function and variable index. +* Concept Index:: Function and variable index. @end menu @@ -1962,8 +1962,8 @@ The Text/Plain Format and DelSp Parameters @chapter GNU Free Documentation License @include doclicense.texi -@node Index -@chapter Index +@node Concept Index +@chapter Concept Index @printindex cp @bye diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index bd2ad495142..592fa212a7d 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -99,7 +99,7 @@ Other Testing Concepts Index -* Index:: Concept, Function and Variable Index +* Concept Index:: Concept, Function and Variable Index Appendix @@ -1317,8 +1317,8 @@ often. This can be achieved with the @code{:tag} argument to @code{ert-deftest} and @code{tag} test selectors. -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 615ab76c326..7273ef6cf92 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi @@ -62,7 +62,7 @@ modify this GNU manual.'' * Usage:: The various usage possibilities explained * Credits:: Who's done what * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: @end menu @@ -1311,8 +1311,8 @@ in testing and proofreading the code and docs of @file{ph.el}. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 84a74a9d6ab..de9b7cd8eb8 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -74,7 +74,7 @@ Flymake}. * Extending Flymake:: * The legacy Proc backend:: * GNU Free Documentation License:: -* Index:: +* Concept Index:: @end menu @node Using Flymake @@ -1326,8 +1326,8 @@ syntax check processes before calling @code{compile}. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi index e0221d90fd9..3f584bd52be 100644 --- a/doc/misc/forms.texi +++ b/doc/misc/forms.texi @@ -92,7 +92,7 @@ how to present it. * Long Example:: A more complex control file example. * Credits:: Thanks everyone. * GNU Free Documentation License:: The license for this documentation. -* Index:: Index to this manual. +* Concept Index:: Index to this manual. @end menu @end ifnottex @@ -947,8 +947,8 @@ Software Foundation. Thanks, Richard! @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 1d1c15f6494..f8aab25852e 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -415,7 +415,7 @@ This manual corresponds to Gnus v5.13 * The End:: Farewell and goodbye. * Appendices:: Terminology, Emacs intro, @acronym{FAQ}, History, Internals. * GNU Free Documentation License:: The license for this documentation. -* Index:: Variable, function and concept index. +* Concept Index:: Variable, function and concept index. * Key Index:: Key Index. @c Doesn't work right in html. @@ -31309,8 +31309,8 @@ former). The manual is unambiguous, but it can be confusing. @chapter GNU Free Documentation License @include doclicense.texi -@node Index -@chapter Index +@node Concept Index +@chapter Concept Index @printindex cp @node Key Index diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index 258c743ac8f..ee2cade2734 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -60,7 +60,7 @@ modify this GNU manual.'' * Customization:: Fine-tuning Htmlfontify's behavior. * Requirements:: External programs used by Htmlfontify. * GNU Free Documentation License:: The license for this documentation. -* Index:: Index of contents. +* Concept Index:: Index of contents. @end menu @node Introduction @@ -1556,8 +1556,8 @@ A copy of the @code{file} command. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @table @var @item Concepts diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 782812169ca..3e4184ee03c 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi @@ -78,7 +78,7 @@ Interactive Data Language (IDL), and running IDL as an inferior shell. * Windows and macOS:: What still works, and how * Troubleshooting:: When good computers turn bad * GNU Free Documentation License:: The license for this documentation. -* Index:: Fast access +* Concept Index:: Fast access @detailmenu --- The Detailed Node Listing --- @@ -4248,8 +4248,8 @@ distributed with IDL, and so should never be inconsistent. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 31b314cb9a0..6de4377fa65 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -83,7 +83,7 @@ commands. In the stand-alone Info reader, type @kbd{H} instead. * Advanced:: Advanced Info commands. * Further Reading:: Where to learn more about Info files. * GNU Free Documentation License:: The license for this documentation. -* Index:: An index of topics, commands, and variables. +* Concept Index:: An index of topics, commands, and variables. @end menu @node Getting Started @@ -1297,8 +1297,8 @@ have created one. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index This is an alphabetical listing of all the commands, variables, and topics discussed in this document. diff --git a/doc/misc/message.texi b/doc/misc/message.texi index d881244c735..45aebb7a349 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -67,7 +67,7 @@ Message mode buffers. * Variables:: Customizing the message buffers. * Appendices:: More technical things. * GNU Free Documentation License:: The license for this documentation. -* Index:: Variable, function and concept index. +* Concept Index:: Variable, function and concept index. * Key Index:: List of Message mode keys. @end menu @@ -2750,8 +2750,8 @@ basis of the new @code{CC} header, except if this header is @chapter GNU Free Documentation License @include doclicense.texi -@node Index -@chapter Index +@node Concept Index +@chapter Concept Index @printindex cp @node Key Index diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi index a2ceedf7399..fa173a6d958 100644 --- a/doc/misc/newsticker.texi +++ b/doc/misc/newsticker.texi @@ -65,7 +65,7 @@ modify this GNU manual.'' * Supported Formats:: RSS and Atom formats supported by Newsticker. * GNU Free Documentation License:: The license for this documentation. -* Index:: Variable, function, and concept index. +* Concept Index:: Variable, function, and concept index. @end menu @node Overview @@ -613,8 +613,8 @@ Newsticker works with the standard RSS and Atom formats listed below @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 9ae4bb4a17c..1aa19d0062c 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -58,7 +58,7 @@ just one other user. * GNU Free Documentation License:: * Key Index:: * Variable Index:: -* Index:: +* Concept Index:: @detailmenu --- The Detailed Node Listing --- @@ -1050,8 +1050,8 @@ This will then be used to replace the username of the bridge bot. @unnumbered Variable Index @printindex vr -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index 5adc616e798..2c0b17de950 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi @@ -137,7 +137,7 @@ other parts of this document when needed. The Index -* Index:: The full index. +* Concept Index:: The full index. @detailmenu --- The Detailed Node Listing --- @@ -6003,8 +6003,8 @@ released on 7 Jan 1997. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi index 7abee48e8d8..b71726f1bf0 100644 --- a/doc/misc/sasl.texi +++ b/doc/misc/sasl.texi @@ -62,7 +62,7 @@ applications using different protocols. * Data types:: * Back end drivers:: Writing your own drivers. * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: * Function Index:: * Variable Index:: @end menu @@ -254,8 +254,8 @@ At the first time @var{step} should be set to @code{nil}. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @node Function Index diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index f6cabed6ea6..a208b29f3af 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi @@ -94,7 +94,7 @@ use the mailing list cedet-semantic@@sourceforge.net via the URL: * Semantic Internals:: * Glossary:: * GNU Free Documentation License:: -* Index:: +* Concept Index:: @end menu @node Introduction @@ -570,8 +570,8 @@ Emacs Lisp. It is an LALR parser suitable for complex languages. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @iftex diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 7bd8be0e97d..b094720b316 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi @@ -71,7 +71,7 @@ To report bugs, use @kbd{M-x report-emacs-bug}. * The Basics:: Basic spreadsheet commands * Advanced Features:: Want to know more? * For Gurus:: Want to know @emph{even more}? -* Index:: Concept, Function and Variable Index +* Concept Index:: Concept, Function and Variable Index * Acknowledgments:: Acknowledgments * GNU Free Documentation License:: The license for this documentation. @end menu @@ -1333,8 +1333,8 @@ cell. @end table @c =================================================================== -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi index 156e0120a38..a77e71fcdfb 100644 --- a/doc/misc/sieve.texi +++ b/doc/misc/sieve.texi @@ -74,7 +74,7 @@ the language, so keep RFC 3028 around. * Manage Sieve API :: Interfacing to the Manage Sieve Protocol API. * Standards:: A summary of RFCs and working documents used. * GNU Free Documentation License:: The license for this documentation. -* Index:: Function and variable index. +* Concept Index:: Function and variable index. @end menu @@ -355,8 +355,8 @@ A Protocol for Remotely Managing Sieve Scripts @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index 33f4d558aad..6a82a4ed964 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi @@ -54,7 +54,7 @@ modify this GNU manual.'' Indices -* Index:: Index over variables and functions. +* Manual Index:: Index over variables and functions. @end menu @node How Mail Works @@ -445,8 +445,8 @@ cannot accept mail. @chapter GNU Free Documentation License @include doclicense.texi -@node Index -@chapter Index +@node Manual Index +@chapter Manual Index @section Concept Index diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index f4b9ee702a7..78b7540dc1e 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi @@ -80,7 +80,7 @@ on. @xref{Basic Navigation}. * Customizing:: Changing speedbar behavior. * Extending:: Extend speedbar for your own project. * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: @end menu @node Introduction @@ -1212,7 +1212,7 @@ Two good values are @code{nil} and @code{statictag}. @include doclicense.texi -@node Index +@node Concept Index @unnumbered Concept Index @printindex cp diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index 6a4560d5920..e9ca5ea665d 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi @@ -92,7 +92,7 @@ ease. * Inserting Tag Lists:: Inserting Semantic tags via templates * Application Writing:: Writing an @srecode{}r application * GNU Free Documentation License:: The license for this documentation. -* Index:: +* Concept Index:: @end menu @@ -1787,8 +1787,8 @@ all template files for that application will be loaded. @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @iftex diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index d834e1be754..56dbcc0ce08 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -80,7 +80,7 @@ Appendices * GNU Free Documentation License:: The license for this manual. Index -* Index:: +* Concept Index:: @end menu @end ifnottex @@ -2192,8 +2192,8 @@ rewrite of the old use-package manual and @file{README}. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/vtable.texi b/doc/misc/vtable.texi index a4f2ed29d93..47186844eff 100644 --- a/doc/misc/vtable.texi +++ b/doc/misc/vtable.texi @@ -63,7 +63,7 @@ Appendices * GNU Free Documentation License:: The license for this documentation. Indices -* Index:: +* Concept Index:: @end menu @node Introduction @@ -570,8 +570,8 @@ Return the column name of the @var{index}th column in @var{table}. @chapter GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index 93b7606b01e..e22f5ee4e38 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi @@ -61,7 +61,7 @@ modify this GNU manual.'' * Customization:: * Widget Wishlist:: * GNU Free Documentation License:: -* Index:: +* Concept Index:: @end menu @node Introduction @@ -3196,8 +3196,8 @@ Add a @code{mailto} widget. @appendix GNU Free Documentation License @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index This is an alphabetical listing of all concepts, functions, commands, variables, and widgets described in this manual. diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi index 9738d790259..e9262901686 100644 --- a/doc/misc/wisent.texi +++ b/doc/misc/wisent.texi @@ -102,7 +102,7 @@ described in the @ref{Top, Semantic Manual, Semantic Manual, semantic}. * Wisent Parsing:: * Wisent Semantic:: * GNU Free Documentation License:: -* Index:: +* Concept Index:: @end menu @node Wisent Overview @@ -2025,8 +2025,8 @@ equivalent Wisent lexical tokens is straightforward: @include doclicense.texi -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @iftex -- 2.39.5