[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp/Texinfo/Convert Plaintext.pm
From: |
Patrice Dumas |
Subject: |
texinfo/tp/Texinfo/Convert Plaintext.pm |
Date: |
Mon, 28 Jan 2013 22:13:26 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 13/01/28 22:13:26
Modified files:
tp/Texinfo/Convert: Plaintext.pm
Log message:
Rename the other subroutine indent_menu_descriptions as
indent_one_menu_descriptions.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.235&r2=1.236
Patches:
Index: Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -b -r1.235 -r1.236
--- Plaintext.pm 28 Jan 2013 21:53:23 -0000 1.235
+++ Plaintext.pm 28 Jan 2013 22:13:26 -0000 1.236
@@ -2891,7 +2891,7 @@
return $result;
}
-sub indent_menu_descriptions($$)
+sub indent_one_menu_descriptions($$)
{
my $self = shift;
my $menu = shift;
@@ -2967,7 +2967,7 @@
if ($parser->{'info'} and $parser->{'info'}->{'unassociated_menus'}) {
foreach my $menu (@{$parser->{'info'}->{'unassociated_menus'}}) {
- $self->indent_menu_descriptions($menu);
+ $self->indent_one_menu_descriptions($menu);
}
}
if ($parser->{'nodes'} and @{$parser->{'nodes'}}) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp/Texinfo/Convert Plaintext.pm,
Patrice Dumas <=