summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-04 16:25:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-04 16:25:53 (GMT)
commit737729922e07fdf7b496541e3ea43f53179b4fa0 (patch)
treef0733eb85160bbc40275cea96a74020c38054a7b
parent586215419b4069cc265ebf40385e1c7eeea9e358 (diff)
parent3d35f4695d0702a37574c901fa535ff6d9a4a25f (diff)
downloadtcl-737729922e07fdf7b496541e3ea43f53179b4fa0.zip
tcl-737729922e07fdf7b496541e3ea43f53179b4fa0.tar.gz
tcl-737729922e07fdf7b496541e3ea43f53179b4fa0.tar.bz2
Merge 8.6
-rw-r--r--doc/unknown.n2
-rw-r--r--library/tclIndex2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/unknown.n b/doc/unknown.n
index ee8a5be..8ea1e8e 100644
--- a/doc/unknown.n
+++ b/doc/unknown.n
@@ -47,7 +47,7 @@ The default implementation of \fBunknown\fR behaves as follows.
It first calls the \fBauto_load\fR library procedure to load the command.
If this succeeds, then it executes the original command with its
original arguments.
-If the auto-load fails then \fBunknown\fR calls \fBauto_execok\fR
+If the auto-load fails and Tcl is run interactively then \fBunknown\fR calls \fBauto_execok\fR
to see if there is an executable file by the name \fIcmd\fR.
If so, it invokes the Tcl \fBexec\fR command
with \fIcmd\fR and all the \fIargs\fR as arguments.
diff --git a/library/tclIndex b/library/tclIndex
index 2d4a957..871298f 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -95,7 +95,7 @@ set auto_index(::safe::RejectExcessColons) [list ::tcl::Pkg::source [file join $
set auto_index(::safe::VarName) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
set auto_index(::safe::Setup) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
set auto_index(::safe::setSyncMode) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
-set auto_index(::tcl::tmpath) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
+set auto_index(::tcl::tm::path) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::add) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::remove) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::list) [list ::tcl::Pkg::source [file join $dir tm.tcl]]