Skip to content

Commit

Permalink
Remove smart quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Oct 26, 2015
1 parent dca1a35 commit bee53b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/with.r
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ with_locale <- function(new, code) {

#' @rdname devtools-deprecated
#' @section \code{with_makevars}:
#' Temporarily change contents of an existing Makevars file.
#' Temporarily change contents of an existing Makevars file.
#' @export
with_makevars <- function(new, code, path = file.path("~", ".R", "Makevars")) {
.Deprecated(new = "withr::with_makevars", package = "devtools")
Expand Down
2 changes: 1 addition & 1 deletion man/devtools-deprecated.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ any locale setting

\section{\code{with_makevars}}{

Temporarily change contents of an existing Makevars file.
Temporarily change contents of an existing Makevars file.
}

\section{\code{with_options}}{
Expand Down

0 comments on commit bee53b7

Please sign in to comment.