[Po4a-commits] po4a/lib/Locale/Po4a TeX.pm,1.42,1.43

Nicolas FRAN??OIS po4a-devel@lists.alioth.debian.org
Sat, 26 Feb 2005 15:25:35 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv1117/lib/Locale/Po4a

Modified Files:
	TeX.pm 
Log Message:
Small documentation fixes (reuse of already translated strings).


Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- TeX.pm	26 Feb 2005 13:12:08 -0000	1.42
+++ TeX.pm	26 Feb 2005 15:25:32 -0000	1.43
@@ -138,7 +138,7 @@
 
 =item no_wrap
 
-Coma-separated list of environments whose arguments should not be re-wrapped.
+Coma-separated list of environments which should not be re-wrapped.
 
 Note that there is a difference between verbatim and no_wrap environments.
 There is no command and comments analysis in verbatim blocks.
@@ -1022,7 +1022,7 @@
 } # end of parse
 
 
-=item docheader
+=item docheader()
 
 =back
 
@@ -1045,15 +1045,15 @@
 
 =over 4
 
-=item a command
+=item A command name
 
-=item a variant
+=item A variant
 
-=item an array of optional arguments
+=item An array of optional arguments
 
-=item an array of mandatory arguments
+=item An array of mandatory arguments
 
-=item the current environment
+=item The current environment
 
 =back