diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 11:23:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 11:23:05 (GMT) |
commit | 5ede6b1a0a14c0e48b7962c46b01b613b4dc4e04 (patch) | |
tree | 835c33b80667efdacd643c44c16a769da86010ac | |
parent | 36b40e0e79cad925938b08e4d4bade6afa45f8a1 (diff) | |
download | tk-5ede6b1a0a14c0e48b7962c46b01b613b4dc4e04.zip tk-5ede6b1a0a14c0e48b7962c46b01b613b4dc4e04.tar.gz tk-5ede6b1a0a14c0e48b7962c46b01b613b4dc4e04.tar.bz2 |
Fix [037113a38b]: man tk_library refers erroneously to tcl_library (+ link)
-rw-r--r-- | doc/tkvars.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tkvars.n b/doc/tkvars.n index 4a45868..0d43ee8 100644 --- a/doc/tkvars.n +++ b/doc/tkvars.n @@ -24,7 +24,7 @@ of Tcl scripts related to Tk. These scripts include an initialization file that is normally processed whenever a Tk application starts up, plus other files containing procedures that implement default behaviors for widgets. -The initial value of \fBtcl_library\fR is set when Tk is added to +The initial value of \fBtk_library\fR is set when Tk is added to an interpreter; this is done by searching several different directories until one is found that contains an appropriate Tk startup script. If the \fBTK_LIBRARY\fR environment variable exists, then |