[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 14 Jan 2022 05:13:58 -0500 (EST) |
branch: master
commit a4e87e3a259d4bd73e3469a828402d26557922c2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 14 11:13:35 2022 +0100
Improve POD documentation
---
tp/Texinfo/Common.pm | 5 +++--
tp/Texinfo/ParserNonXS.pm | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 0bd9892c4b..a14f593ff7 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -2710,8 +2710,9 @@ is I<conditional> for C<@if> commands, I<def> for
definition
commands like C<@deffn>, I<raw> for @-commands that have no expansion
of @-commands in their bodies and I<multitable> for C<@multitable>.
Otherwise it is set to the number of arguments separated by commas
-that may appear on the @-command line. That means 0 in most cases,
-1 for C<@quotation> and 2 for C<@float>.
+that may appear on the @-command line, or to I<variadic> if there is
+an unlimited number of arguments. That means 0 in most cases,
+1 for C<@quotation>, 2 for C<@float> and C<variadic> for C<@example>.
=item %brace_commands
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 16623f0ad7..eeef0f9272 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -6228,7 +6228,7 @@ The errors collected during the tree parsing are
registered in a
C<Texinfo::Report> object. This object is available with
C<registered_errors>. The errors registered in the C<Texinfo::Report>
object are available through the C<errors> method. This method is
-described in L<errors|Texinfo::Report/($error_warnings_list, $error_count) =
errors ($converter)>.
+described in L<errors|Texinfo::Report ($error_warnings_list, $error_count) =
errors ($registrar)>.
=over