Skip to content

Commit 07f296d

Browse files
author
smeyer
committed
tweaks for r88391
git-svn-id: https://svn.r-project.org/R/trunk@88421 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4756a9a commit 07f296d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
session. Prompted by \I{Dirk Eddelbuettel}'s proposal in \PR{18913}.
6262

6363
\item Credentials for basic HTTP authentication with download method
64-
\code{"libcurl"} can now be provided in a \command{netrc} file. Path
65-
to the file can be specified by \code{option()} \code{netrc}.
64+
\code{"libcurl"} can now be provided in a \file{netrc} file. The
65+
path to the file can be specified in \code{options("netrc")}.
6666
}
6767
}
6868

src/library/utils/R/completion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ fileCompletions <- function(token)
13851385
"help.htmlmath", "help.htmltoc", "help.ports", "help_type", "install.lock",
13861386
"install.packages.check.source",
13871387
"install.packages.compile.from.source",
1388-
"interrupt", "Ncpus", "save.defaults", "save.image.defaults",
1388+
"interrupt", "Ncpus", "netrc", "save.defaults", "save.image.defaults",
13891389
"setWidthOnResize", "show.error.locations", "show.nls.convergence",
13901390
"SweaveHooks", "SweaveSyntax", "topLevelEnvironment",
13911391
"traceback.max.lines", "url.method", "warning.expression"

0 commit comments

Comments
 (0)