Skip to content

Commit

Permalink
markup
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87271 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Oct 26, 2024
1 parent 8b055f6 commit 023cdb5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/library/base/man/Defunct.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
}
}
\details{
\code{.Defunct} is called from defunct functions. Functions should be
listed in \code{help("pkg-defunct")} for an appropriate \code{pkg},
including \code{base} (with the alias added to the respective Rd
file).
\code{.Defunct} is called from defunct functions.
These should be listed in \code{help("\var{pkg}-defunct")}
for an appropriate \var{pkg}, including \pkg{base}.
The alias of the defunct function is added to the same file.

\code{.Defunct} signals an error of class \code{defunctError}
\code{.Defunct} signals an error of class \code{"defunctError"}
with fields \code{old}, \code{new}, and \code{package}.
}
\seealso{
\code{\link{Deprecated}}.

\code{base-defunct} and so on which list the defunct functions
in the packages.
\code{help("\link{base-defunct}")} and so on which list the defunct
functions in the packages.
}
\keyword{documentation}
\keyword{utilities}

0 comments on commit 023cdb5

Please sign in to comment.