texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Mon, 15 Jan 2024 16:18:22 -0500 (EST)

branch: master
commit 50f22306d1f3e63710f8c56d880ad508ceba0b26
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 15 22:15:17 2024 +0100

    * doc/tp_api/Makefile.am (texi2any_internals_dependencies):
    add Indices.pm.
---
 ChangeLog              | 5 +++++
 doc/tp_api/Makefile.am | 1 +
 tp/Texinfo/Indices.pm  | 9 ++++-----
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e50ba3bc0d..8976c5262d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
        convert_output_unit, and explain the purpose of saving it.  Reorder
        code slightly for clarity.  No functional changes intended.
 
+2024-01-15  Patrice Dumas  <pertusus@free.fr>
+
+       * doc/tp_api/Makefile.am (texi2any_internals_dependencies):
+       add Indices.pm.
+
 2024-01-15  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.am (dist_modules_DATA), tp/Texinfo/Indices.pm,
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index 44c68e8c96..049caa1bcc 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -57,6 +57,7 @@ texi2any_internals_dependencies = \
   $(top_srcdir)/tp/Texinfo/Report.pm \
   $(top_srcdir)/tp/Texinfo/Translations.pm \
   $(top_srcdir)/tp/Texinfo/Transformations.pm \
+  $(top_srcdir)/tp/Texinfo/Indices.pm \
   $(top_srcdir)/tp/Texinfo/Convert/Texinfo.pm \
   $(top_srcdir)/tp/Texinfo/Convert/Utils.pm \
   $(top_srcdir)/tp/Texinfo/Convert/Unicode.pm \
diff --git a/tp/Texinfo/Indices.pm b/tp/Texinfo/Indices.pm
index d920f98aaf..a9c31b2d24 100644
--- a/tp/Texinfo/Indices.pm
+++ b/tp/Texinfo/Indices.pm
@@ -661,14 +661,13 @@ with C<sort_indices_by_index> or 
C<sort_indices_by_letter>.
 
 No method is exported in the default case.
 
-Most methods takes a L<Texinfo::Report> C<$registrar> as argument for
-error reporting.  Most also require Texinfo customization variables
+Some methods takes a L<Texinfo::Report> C<$registrar> as argument for
+error reporting.  Some also require Texinfo customization variables
 information, which means an object implementing the C<get_conf> method, in
 practice the main program configuration or a converter
 (L<Texinfo::Convert::Converter/Getting and setting customization
-variables>).  Other common input arguments such as target elements associated
-to identifiers or refs are obtained from a parsed document, see
-L<Texinfo::Document>.
+variables>).  Other common input arguments such as indices information
+are obtained from a parsed document, see L<Texinfo::Document>.
 
 =over
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]