From 519feb8ebaa627812c841ae01a48274c96289e03 Mon Sep 17 00:00:00 2001 From: Niels Dunnewind Date: Mon, 22 Jan 2024 18:55:13 +0100 Subject: [PATCH] Remove circular stack.Rd `@seealso` This `@seealso` references to itself since #1343. --- R/stack.R | 1 - man/stack.Rd | 3 --- 2 files changed, 4 deletions(-) diff --git a/R/stack.R b/R/stack.R index 5274b4bd65..5ee52d0028 100644 --- a/R/stack.R +++ b/R/stack.R @@ -21,7 +21,6 @@ #' as returned by [caller_env()]. `NULL` is returned if the #' environment does not exist on the stack. #' -#' @seealso [caller_env()] and [current_env()] #' @name stack NULL diff --git a/man/stack.Rd b/man/stack.Rd index 3563c83f79..52c730e401 100644 --- a/man/stack.Rd +++ b/man/stack.Rd @@ -53,6 +53,3 @@ running in the frame was invoked. running in the frame. } } -\seealso{ -\code{\link[=caller_env]{caller_env()}} and \code{\link[=current_env]{current_env()}} -}