Skip to content

Commit 32c0a1e

Browse files
author
maechler
committed
Win: from FAQ on ~
git-svn-id: https://svn.r-project.org/R/trunk@87254 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9307ece commit 32c0a1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/base/man/path.expand.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ path.expand(path)
3131
}
3232
\item{On Windows:}{
3333
The definition of the \sQuote{home} directory is in the \file{rw-FAQ}
34-
Q2.14: it is taken from the \env{R_USER} environment variable when
35-
\code{path.expand} is first called in a session.
34+
Q~2.13: it is taken from the \env{R_USER} environment variable (or
35+
possibly \env{HOME} if \env{R_USER} is not set)
36+
when \code{path.expand} is first called in a session.
3637
3738
The \sQuote{path names} need not exist nor be valid path names.
3839
}

0 commit comments

Comments
 (0)