texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 10 Dec 2024 16:48:22 -0500 (EST)

branch: master
commit 81d794fc813061206d3d3acbaed8967b954e19e1
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Dec 10 22:48:19 2024 +0100

    * Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree): rename
    variable.
---
 ChangeLog                      | 5 +++++
 Pod-Simple-Texinfo/pod2texi.pl | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 27a89f0dfb..be3ac80cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-10  Patrice Dumas  <pertusus@free.fr>
+
+       * Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree): rename
+       variable.
+
 2024-12-10  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/structuring_transfo/transformations.c
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 8fb7cf5b06..9d3e8b88db 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -343,10 +343,10 @@ sub _parsed_manual_tree($$$$$)
   if ($fill_gaps_in_sectioning) {
     my $commands_heading_content;
     if ($self->texinfo_sectioning_base_level() > 0) {
-      my $manual_texi = Pod::Simple::Texinfo::protect_text(
+      my $manual_title_texi = Pod::Simple::Texinfo::protect_text(
              $self->texinfo_short_title(), 1, 1);
       my $parser = Texinfo::Parser::parser();
-      $commands_heading_content = $parser->parse_texi_line($manual_texi);
+      $commands_heading_content = $parser->parse_texi_line($manual_title_texi);
     }
     Texinfo::Transformations::fill_gaps_in_sectioning($tree,
                                               $commands_heading_content);



reply via email to

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