Skip to content

Commit 46e3fef

Browse files
authored
Mention use_rstudio_preferences() (#1985)
* Mention `use_rstudio_preferences()` * documenty
1 parent 0e773f9 commit 46e3fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/edit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ choose_template <- function() {
8787
#' * `edit_pkgdown_config` opens the pkgdown YAML configuration file for the
8888
#' current Project.
8989
#' * `edit_rstudio_snippets()` opens RStudio's snippet config for the given type.
90-
#' * `edit_rstudio_prefs()` opens RStudio's preference file.
90+
#' * `edit_rstudio_prefs()` opens [RStudio's preference file][use_rstudio_preferences()].
9191
#'
9292
#' The `edit_r_*()` functions consult R's notion of user's home directory.
9393
#' The `edit_git_*()` functions (and \pkg{usethis} in general) inherit home

man/edit.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)