[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc/tp_api/api_includes/Texinfo-Common.texi: upda
From: |
Patrice Dumas |
Subject: |
branch master updated: doc/tp_api/api_includes/Texinfo-Common.texi: update from POD |
Date: |
Mon, 30 Sep 2024 15:19:18 -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 02d05b169b doc/tp_api/api_includes/Texinfo-Common.texi: update from POD
02d05b169b is described below
commit 02d05b169ba96b6dea94e3c89205e4d785cb8718
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jul 22 20:35:40 2024 +0200
doc/tp_api/api_includes/Texinfo-Common.texi: update from POD
---
doc/tp_api/api_includes/Texinfo-Common.texi | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/doc/tp_api/api_includes/Texinfo-Common.texi
b/doc/tp_api/api_includes/Texinfo-Common.texi
index d38a2b2088..7ee4b8cba4 100644
--- a/doc/tp_api/api_includes/Texinfo-Common.texi
+++ b/doc/tp_api/api_includes/Texinfo-Common.texi
@@ -367,15 +367,20 @@ a command that sets some information, such as
@code{@@documentlanguage},
@code{@@contents} or @code{@@footnotestyle} for example. Return true if the
command
argument was found and the customization variable was set.
-@item set_output_encodings($customization_information, $document)
-@anchor{Texinfo@asis{::}Common
set_output_encodings($customization_information@comma{} $document)}
-@cindex @code{set_output_encodings}
+@item set_output_encoding($customization_information, $document)
+@anchor{Texinfo@asis{::}Common
set_output_encoding($customization_information@comma{} $document)}
+@cindex @code{set_output_encoding}
If not already set, set @code{OUTPUT_ENCODING_NAME} based on input file
-encoding. Also set @code{OUTPUT_PERL_ENCODING} accordingly which is used
-to output in the correct encoding. In general, @code{OUTPUT_PERL_ENCODING}
-should not be set directly by user-defined code such that it corresponds
-to @code{OUTPUT_ENCODING_NAME}.
+encoding.
+
+@item set_output_perl_encoding($customization_information)
+@anchor{Texinfo@asis{::}Common
set_output_perl_encoding($customization_information)}
+@cindex @code{set_output_perl_encoding}
+
+Set @code{OUTPUT_PERL_ENCODING} based on @code{OUTPUT_ENCODING_NAME}. In
general,
+@code{OUTPUT_PERL_ENCODING} should not be set directly by user-defined code
such
+that it corresponds to @code{OUTPUT_ENCODING_NAME}.
@item $split_contents = split_custom_heading_command_contents($element)
@anchor{Texinfo@asis{::}Common $split_contents =
split_custom_heading_command_contents($element)}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc/tp_api/api_includes/Texinfo-Common.texi: update from POD,
Patrice Dumas <=