Skip to content

Commit f41c8f6

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@88088 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6b7ef43 commit f41c8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
error now; previously, it modified without copying, as noticed by
6262
\I{Henrik Bengtsson} on the R-devel mailing list.
6363

64-
Relatedly, changing the \code{environment()} of a primitive function
64+
\I{Relatedly}, changing the \code{environment()} of a primitive function
6565
does no longer happen and gives a warning (to become an error, later).
6666
}
6767
}

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16306,7 +16306,7 @@ bytes.)
1630616306

1630716307
Some package maintainers may want to exclude the provision of
1630816308
@code{TRUE}, @code{FALSE}, @code{true}, @code{false} and @code{bool} to
16309-
avoid clashes with other headers such as the IJG ones mentioned above.
16309+
avoid clashes with other headers such as the @I{IJG} ones mentioned above.
1631016310
This cannot be done entirely (the last three are keywords in C23 and
1631116311
C++11) but as from @R{}@tie{}4.5.0 defining @code{R_INCLUDE_BOOLEAN_H}
1631216312
to @code{0} before including any header which includes this one (such as

src/library/stats/man/loadings.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% Distributed under GPL 2 or later
55

66
\name{loadings}
7-
\title{Print Factor Analysis 'factanal()', Notably Loadings}
7+
\title{Print Factor Analysis \code{factanal()}, Notably Loadings}
88
\alias{loadings}
99
\alias{print.loadings}
1010
\alias{print.factanal}

0 commit comments

Comments
 (0)