diff --git a/R/dedoc.R b/R/dedoc.R index a5270e6..def5fc1 100644 --- a/R/dedoc.R +++ b/R/dedoc.R @@ -15,7 +15,7 @@ #' `.docx` file. `"accept"` accepts all changes, and `"reject"` rejects all of #' them. The default, `"criticmarkup"`, converts the tracked changes to #' [Critic Markup syntax](http://criticmarkup.com/spec.php#thebasicsyntax). -#' "comments_only" will only convert comments, as other changes can be +#' The default, `"comments_only"` will only convert comments, as other changes can be #' viewed with [redoc_diff()]. #' `"all"` marks up tracked changes and comments in `` tags and is #' useful for debugging. See the diff --git a/man/dedoc.Rd b/man/dedoc.Rd index ee860cd..28ff0f5 100644 --- a/man/dedoc.Rd +++ b/man/dedoc.Rd @@ -22,7 +22,7 @@ directory} \code{.docx} file. \code{"accept"} accepts all changes, and \code{"reject"} rejects all of them. The default, \code{"criticmarkup"}, converts the tracked changes to \href{http://criticmarkup.com/spec.php#thebasicsyntax}{Critic Markup syntax}. -"comments_only" will only convert comments, as other changes can be +The default, \code{"comments_only"} will only convert comments, as other changes can be viewed with \code{\link[=redoc_diff]{redoc_diff()}}. \code{"all"} marks up tracked changes and comments in \code{} tags and is useful for debugging. See the