I think that in doc/manual/R-intro.texi, "used a part of an even larger expression" should be "used as part of an even larger expression".

Another suspected typo is in doc/manual/R-ints.texi, where "dialects of TeX and used for different purposes" should probably be "dialects of TeX are used for different purposes".

A patch file against R-devel revision 71696 is included.

--
Mikko Korpela
Department of Geosciences and Geography
University of Helsinki
Index: doc/manual/R-intro.texi
===================================================================
--- doc/manual/R-intro.texi	(revision 71696)
+++ doc/manual/R-intro.texi	(working copy)
@@ -3377,7 +3377,7 @@
 @var{@dots{}}; @var{expr_m}@}}, in which case the value of the group
 is the result of the last expression in the group evaluated.  Since such
 a group is also an expression it may, for example, be itself included in
-parentheses and used a part of an even larger expression, and so on.
+parentheses and used as part of an even larger expression, and so on.
 
 @node Control statements,  , Grouped expressions, Loops and conditional execution
 @section Control statements
Index: doc/manual/R-ints.texi
===================================================================
--- doc/manual/R-ints.texi	(revision 71696)
+++ doc/manual/R-ints.texi	(working copy)
@@ -4295,7 +4295,7 @@
 @node Use of TeX dialects, Current and future directions, Testing R code, Top
 @chapter Use of TeX dialects
 
-Various dialects of TeX and used for different purposes in @R{}.  The
+Various dialects of TeX are used for different purposes in @R{}.  The
 policy is that manuals be written in @samp{texinfo}, and for convenience
 the main and Windows FAQs are also.  This has the advantage that is is
 easy to produce @HTML{} and plain text versions as well as typeset manuals.
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to