summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/doc/tp_api/api_includes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-25 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-09-25 03:00:48 +0000
commitd232e1107d60e7689e706bee9705f26745ae8b9e (patch)
treef9ac3303fdb36c2eca1872286615c0931d952476 /macros/texinfo/texinfo/doc/tp_api/api_includes
parent94c2e367c3690be2a3c715b4577c81200652ad81 (diff)
CTAN sync 201909250300
Diffstat (limited to 'macros/texinfo/texinfo/doc/tp_api/api_includes')
-rw-r--r--macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Common.texi8
-rw-r--r--macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi4
-rw-r--r--macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Parser.texi11
3 files changed, 10 insertions, 13 deletions
diff --git a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Common.texi b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Common.texi
index aa97e56374..772afd7522 100644
--- a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Common.texi
+++ b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Common.texi
@@ -355,6 +355,14 @@ Return true if the @emph{$name} is a known tree transformation name
that may be passed with @code{TREE_TRANSFORMATIONS} to modify a texinfo
tree.
+@item collect_commands_in_tree($tree, $commands_list)
+@anchor{Texinfo::Common collect_commands_in_tree($tree@comma{} $commands_list)}
+
+Returns a hash reference with keys @@-commands names specified
+in the @emph{$commands_list} array reference and values arrays of
+tree elements corresponding to those @@-command found in @emph{$tree}
+by traversing the tree.
+
@end table
@node Texinfo::Common SEE ALSO
diff --git a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
index ca99e329cf..6bc88b1215 100644
--- a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
+++ b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Convert-Converter.texi
@@ -245,8 +245,8 @@ Patrice Dumas, <pertusus@@free.fr>
Hey! @strong{The above document had some coding errors, which are explained below:}
@table @asis
-@item Around line 1760:
-@anchor{Texinfo::Convert::Converter Around line 1760:}
+@item Around line 1727:
+@anchor{Texinfo::Convert::Converter Around line 1727:}
'=item' outside of any '=over'
diff --git a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Parser.texi b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Parser.texi
index 26fadf340c..332281ba6f 100644
--- a/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Parser.texi
+++ b/macros/texinfo/texinfo/doc/tp_api/api_includes/Texinfo-Parser.texi
@@ -442,17 +442,6 @@ A string, the command name associated with @code{@@clickstyle}.
A string corresponding to a document language set by @code{@@documentlanguage}.
-@item INPUT_ENCODING_NAME
-@anchor{Texinfo::Parser INPUT_ENCODING_NAME}
-
-@item INPUT_PERL_ENCODING
-@anchor{Texinfo::Parser INPUT_PERL_ENCODING}
-
-@code{INPUT_ENCODING_NAME} string is the encoding name as set
-by @code{@@documentencoding}.
-@code{INPUT_PERL_ENCODING} string is a corresponding perl encoding name.
-In general those two strings should be set simultaneously.
-
@item indices
@anchor{Texinfo::Parser indices}