Skip to content

Commit 023cdb5

Browse files
author
smeyer
committed
markup
git-svn-id: https://svn.r-project.org/R/trunk@87271 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8b055f6 commit 023cdb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/library/base/man/Defunct.Rd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
}
3131
}
3232
\details{
33-
\code{.Defunct} is called from defunct functions. Functions should be
34-
listed in \code{help("pkg-defunct")} for an appropriate \code{pkg},
35-
including \code{base} (with the alias added to the respective Rd
36-
file).
33+
\code{.Defunct} is called from defunct functions.
34+
These should be listed in \code{help("\var{pkg}-defunct")}
35+
for an appropriate \var{pkg}, including \pkg{base}.
36+
The alias of the defunct function is added to the same file.
3737

38-
\code{.Defunct} signals an error of class \code{defunctError}
38+
\code{.Defunct} signals an error of class \code{"defunctError"}
3939
with fields \code{old}, \code{new}, and \code{package}.
4040
}
4141
\seealso{
4242
\code{\link{Deprecated}}.
4343

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

0 commit comments

Comments
 (0)