From a04ae62c35015945875f78aa42ff3160ce1929d5 Mon Sep 17 00:00:00 2001 From: Romain Francois Date: Mon, 26 Feb 2024 11:28:22 +0100 Subject: [PATCH] doc --- man/auto.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/auto.Rd b/man/auto.Rd index e155dfc..bcdef81 100644 --- a/man/auto.Rd +++ b/man/auto.Rd @@ -10,11 +10,11 @@ \usage{ link_pkg(pkg, keep_braces = TRUE) -tip_pkg(pkg, keep_braces = TRUE, text = get_title(url), ...) +tip_pkg(pkg, keep_braces = TRUE, text, ...) link_call(call, keep_pkg_prefix = TRUE) -tip_call(call, keep_pkg_prefix = TRUE, text = get_title(url), ...) +tip_call(call, keep_pkg_prefix = TRUE, text, ...) auto(keep_braces = TRUE, keep_pkg_prefix = TRUE) }