Skip to content

Commit 56234ed

Browse files
author
ripley
committed
a patch level can indicate an alpha or beta version
git-svn-id: https://svn.r-project.org/R/trunk@88288 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6807b9a commit 56234ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/tcltk/man/TclInterface.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,12 @@ system is active; if \code{FALSE}, only the Tcl interpreter is available.
268268
\code{tclVersion} returns the full Tcl version as a character string such
269269
as \code{"8.6.16"} or \code{"9.0.1"}). (This uses the Tcl command
270270
\code{info patchlevel} and so includes the patch level.) An
271-
alternative is use \preformatted{
271+
alternative is to use \preformatted{
272272
as.character(tcl('info', 'tclversion'))
273273
}
274274
which does not include the patch level. (This is also available as the
275-
Tcl variable \code{tcl_version}.)
275+
Tcl variable \code{tcl_version}.) NB: the \sQuote{patch level} is not
276+
necessarily numeric, e.g. \code{9.0b1}.
276277
}
277278
\note{
278279
Strings containing unbalanced braces are currently not handled

0 commit comments

Comments
 (0)