texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/Convert/TexinfoMarkup.pm: update POD.


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/Convert/TexinfoMarkup.pm: update POD.
Date: Tue, 13 Sep 2022 06:26:59 -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 2f4bee7b6f tp/Texinfo/Convert/TexinfoMarkup.pm: update POD.
2f4bee7b6f is described below

commit 2f4bee7b6f6182d42369ce5c830fd054159bb186
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Sep 13 12:26:42 2022 +0200

    tp/Texinfo/Convert/TexinfoMarkup.pm: update POD.
---
 tp/Texinfo/Convert/TexinfoMarkup.pm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm 
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index 85d3ed46a7..be3bdd5b53 100644
--- a/tp/Texinfo/Convert/TexinfoMarkup.pm
+++ b/tp/Texinfo/Convert/TexinfoMarkup.pm
@@ -1620,9 +1620,9 @@ called by C<Texinfo::Convert::TexinfoMarkup>.
 The Texinfo Markup Language elements and attributes are not documented,
 but the Texinfo XML output by the C<Texinfo::Convert::TexinfoXML> subclass
 (L<Texinfo::Convert::TexinfoXML>) is a straightforward formatting as XML,
-and is described by the texinfo DTD, therefore the texinfo DTD can be
-used as a specification of both Texinfo XML and of the more abstract
-Texinfo Markup Language.
+and is described by the texinfo DTD.  Therefore the texinfo DTD can be
+used as a description of the structure of both Texinfo XML and of the
+more abstract Texinfo Markup Language.
 
 =head1 METHODS
 
@@ -1648,7 +1648,7 @@ Called to format the Texinfo tree I<$element> text, which 
is a
 reference on a hash.  The I<$element> text is in the C<text> key.
 The C<type> key value may also be set to distinguish the type of text
 (L<Texinfo::Parser/Types for text elements>).
-Elements are described in details in L<Texinfo::Parser/TEXINFO TREE>.
+Texinfo tree elements are described in details in L<Texinfo::Parser/TEXINFO 
TREE>.
 
 =item $result = $converter->txi_markup_element($format_element, $attributes)
 
@@ -1656,8 +1656,7 @@ Elements are described in details in 
L<Texinfo::Parser/TEXINFO TREE>.
 
 =item $result = $converter->txi_markup_close_element($format_element, 
$attributes)
 
-C<txi_markup_element> is called for the formatting of empty elements that do
-not contain other elements nor text.  For other elements,
+C<txi_markup_element> is called for the formatting of empty elements.  
Otherwise,
 C<txi_markup_open_element> is called when an element is opened, and
 C<txi_markup_close_element> is called when an element is closed.
 I<$format_element> is the element name, I<$attributes> is a reference on an



reply via email to

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