texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix a changelog entry and and change left over.


From: Patrice Dumas
Subject: branch master updated: Fix a changelog entry and and change left over.
Date: Sun, 02 Jan 2022 08:17:12 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 2e99cf4132 Fix a changelog entry and and change left over.
2e99cf4132 is described below

commit 2e99cf4132f8deee43197bf15a6168f0114692a0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 2 14:16:42 2022 +0100

    Fix a changelog entry and and change left over.
---
 ChangeLog            | 2 +-
 tp/Texinfo/Common.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71b9e57c94..afa660e7a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2022-01-02  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/LaTeX.pm: use 
Texinfo::Common::document_settable_at_commands
-       for informatinve commands.
+       for informative commands.
        Do not consider ignored commands in preamble commands.
 
 2022-01-02  Patrice Dumas  <pertusus@free.fr>
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 60a22fce62..fa2874a4af 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -1280,11 +1280,11 @@ sub rearrange_tree_beginning($$)
       if (@{$before_setfilename->{'contents'}});
   }
   
-  add_preamble_before_beginning($before_node_section);
+  add_preamble_before_content($before_node_section);
 }
 
 # TODO document
-sub add_preamble_before_beginning($)
+sub add_preamble_before_content($)
 {
   my $before_node_section = shift;
   



reply via email to

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