texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/Convert/Utils.pm: minor fixes in POD s


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/Convert/Utils.pm: minor fixes in POD section
Date: Sun, 16 Jul 2023 13:58:14 -0400

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 d6a0c49e05 tp/Texinfo/Convert/Utils.pm: minor fixes in POD section
d6a0c49e05 is described below

commit d6a0c49e051e935567bf5bf2e6894cad9cf2f6aa
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jul 16 19:57:30 2023 +0200

    tp/Texinfo/Convert/Utils.pm: minor fixes in POD section
---
 tp/Texinfo/Convert/Utils.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index 16c9d0ed17..0d7c7f5f7f 100644
--- a/tp/Texinfo/Convert/Utils.pm
+++ b/tp/Texinfo/Convert/Utils.pm
@@ -472,7 +472,7 @@ translated.
 X<C<encoded_input_file_name>> X<C<encoded_output_file_name>>
 
 Encode I<$character_string_name> in the same way as other file names are
-encoded in the converter, based on customization variables, and possibly
+encoded in converters, based on customization variables, and possibly
 on the input file encoding.  Return the encoded name and the encoding
 used to encode the name.  The C<encoded_input_file_name> and
 C<encoded_output_file_name> functions use different customization variables to
@@ -488,7 +488,7 @@ on the input file encoding where the file name appeared.
 X<C<expand_today>>
 
 Expand today's date, as a texinfo tree with translations.  The I<$converter>
-argument is not optional and is used both to retreive customization information
+argument is not optional and is used both to retrieve customization information
 and to translate strings.
 
 =item $tree = expand_verbatiminclude($registrar, $customization_information, 
$verbatiminclude)
@@ -499,7 +499,7 @@ argument is required and is used to retrieve customization 
information
 L<Texinfo::Convert::Converter/Getting and setting customization variables>.
 I<$verbatiminclude> is a C<@verbatiminclude> tree element.  This function
 returns a C<@verbatim> tree elements after finding the included file and
-reading it.  If I<$registrar> is not defined, errors messages are not
+reading it.  If I<$registrar> is not defined, error messages are not
 registered.
 
 =item (\@contents, \@accent_commands) = 
find_innermost_accent_contents($element)



reply via email to

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