Skip to content

Commit 3bffaf6

Browse files
author
smeyer
committed
remove obsolete xfig comments, amending r87956
git-svn-id: https://svn.r-project.org/R/trunk@87993 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ec3cfb8 commit 3bffaf6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/library/grDevices/man/postscriptFonts.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ pdfFonts(\dots)
8282
Once a font family is in use it cannot be changed. \sQuote{In use}
8383
means that it has been specified \emph{via} a \code{family} or
8484
\code{fonts} argument to an invocation of the same graphics device
85-
already in the \R session. (For these purposes \code{xfig} counts the
86-
same as \code{postscript} but only uses some of the predefined mappings.)
85+
already in the \R session.
8786
}
8887
\section{East Asian fonts}{
8988
There are some default mappings for East Asian locales:\cr

src/library/graphics/man/points.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ points(x, \dots)
4242
Value \code{pch = "."} (equivalently \code{pch = 46}) is handled
4343
specially. It is a rectangle of side 0.01 inch (scaled by
4444
\code{cex}). In addition, if \code{cex = 1} (the default), each
45-
side is at least one pixel (1/72 inch on the \code{\link{pdf}},
46-
\code{\link{postscript}} and \code{\link{xfig}} devices).
45+
side is at least one pixel (1/72 inch on the \code{\link{pdf}} and
46+
\code{\link{postscript}} devices).
4747

4848
For other text symbols, \code{cex = 1} corresponds to the default
4949
font size of the device, often specified by an argument

0 commit comments

Comments
 (0)