diff options
author | stanton <stanton> | 1998-07-25 11:33:25 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-07-25 11:33:25 (GMT) |
commit | 300ce5c26003c49881d7f915bd46d07dfdc4affa (patch) | |
tree | b844eea34c6ea9e6ba006fa02e3349d4deb188a8 /changes | |
parent | ebb4503d7add195d69eed99f19481ee4e9bd7928 (diff) | |
download | tcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.zip tcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.tar.gz tcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.tar.bz2 |
fixed typo
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3569,6 +3569,6 @@ tcl_library variable can now be set before calling Tcl_Init to avoid doing any searches. If it isn't set, then Tcl checks env(TCL_LIBRARY), the static value set at compile time, an install directory relative to the executable, a source directory relative to -the executable, and a tk directory relative to the source heirarchy +the executable, and a tcl directory relative to the source heirarchy containing the executable. See the comment at the top of generic/tclInitScript.h for more details. (SS) |