[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 19 Oct 2024 14:55:41 -0400 (EDT) |
branch: master
commit 90496633835882d47471e3998016aa73424fc6fa
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 19 20:44:43 2024 +0200
* tp/Texinfo/Common.pm: change in comments.
---
ChangeLog | 4 ++++
tp/Texinfo/Common.pm | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9d23de58e8..ba91f3999a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,10 @@
This means files from libtoolize and gettextize should be
copied under tp/Texinfo/XS/m4, not tp/Texinfo/XS/gnulib/m4.
+2024-10-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Common.pm: change in comments.
+
2024-10-19 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/utils.c (messages_and_encodings_setup): rename
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index ec6ce7fd01..bee20542f1 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -137,12 +137,11 @@ my %common_parser_customization = (
'DEBUG' => 0, # if >= 10, tree is printed in texi2any.pl after parsing.
# If >= 100 tree is printed every line.
'FORMAT_MENU' => 'menu', # if not 'menu' no menu error related.
- # next three related to file names encoding
'DOC_ENCODING_FOR_INPUT_FILE_NAME' => 1, # use document encoding for input
file
# names encoding if set
'COMMAND_LINE_ENCODING' => undef, # encoding of command line strings
# used to decode file names for error
message
- 'INPUT_FILE_NAME_ENCODING' => undef, # used for input file encoding
+ 'INPUT_FILE_NAME_ENCODING' => undef, # used for input file name encoding
'LOCALE_ENCODING' => undef, # used for file name encoding
);