[Seqinr-commits] r1509 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 12 12:49:25 CET 2008


Author: lobry
Date: 2008-12-12 12:49:25 +0100 (Fri, 12 Dec 2008)
New Revision: 1509

Modified:
   pkg/man/stresc.Rd
Log:
deletion of the itemize in the argument section

Modified: pkg/man/stresc.Rd
===================================================================
--- pkg/man/stresc.Rd	2008-12-12 10:33:46 UTC (rev 1508)
+++ pkg/man/stresc.Rd	2008-12-12 11:49:25 UTC (rev 1509)
@@ -3,15 +3,13 @@
 \title{Utility function to escape LaTeX special characters present in a string}
 \description{
  This function returns a vector of strings in which LaTeX special characters are
- escaped, this is useful in conjunction with xtable.
+ escaped, this was useful in conjunction with xtable.
 }
 \usage{
 stresc(strings)
 }
 \arguments{
-\itemize{
   \item{strings}{A vector of strings to deal with.}
-  }
 }
 \value{
   Returns a vector of strings with escaped characters within each string.
@@ -25,6 +23,5 @@
   stresc("MISC_RNA")
   stresc(c("BB_0001","BB_0002"))
 }
-\keyword{utilities}
 
 



More information about the Seqinr-commits mailing list