diff --git a/R/cnd-abort.R b/R/cnd-abort.R index de2f115269..900bd3bd93 100644 --- a/R/cnd-abort.R +++ b/R/cnd-abort.R @@ -26,10 +26,10 @@ #' @inheritParams cnd #' @param message The message to display, formatted as a __bulleted #' list__. The first element is displayed as an _alert_ bullet -#' prefixed with `!` by default. Elements named `"*"`, `"i"`, and -#' `"x"` are formatted as regular, info, and cross bullets -#' respectively. See `r link("topic_condition_formatting")` for more -#' about bulleted messaging. +#' prefixed with `!` by default. Elements named `"*"`, `"i"`, `"v"`, +#' `"x"`, and `"!"` are formatted as regular, info, success, +#' failure, and error bullets respectively. See `r link("topic_condition_formatting")` +#' for more about bulleted messaging. #' #' If a message is not supplied, it is expected that the message is #' generated __lazily__ through [cnd_header()] and [cnd_body()] diff --git a/man/abort.Rd b/man/abort.Rd index fa7175df29..d31a63b0dc 100644 --- a/man/abort.Rd +++ b/man/abort.Rd @@ -53,10 +53,10 @@ signal(message, class, ..., .subclass = deprecated()) \arguments{ \item{message}{The message to display, formatted as a \strong{bulleted list}. The first element is displayed as an \emph{alert} bullet -prefixed with \code{!} by default. Elements named \code{"*"}, \code{"i"}, and -\code{"x"} are formatted as regular, info, and cross bullets -respectively. Se\ifelse{html}{\link[=topic-condition-formatting]{Formatting messages with cli}}{\link[=topic-condition-formatting]{Formatting messages with cli}})` for more -about bulleted messaging. +prefixed with \code{!} by default. Elements named \code{"*"}, \code{"i"}, \code{"v"}, +\code{"x"}, and \code{"!"} are formatted as regular, info, success, +failure, and error bullets respectively. Se\ifelse{html}{\link[=topic-condition-formatting]{Formatting messages with cli}}{\link[=topic-condition-formatting]{Formatting messages with cli}})` +for more about bulleted messaging. If a message is not supplied, it is expected that the message is generated \strong{lazily} through \code{\link[=cnd_header]{cnd_header()}} and \code{\link[=cnd_body]{cnd_body()}}