diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-11-26 19:19:16 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-11-26 19:19:16 (GMT) |
commit | 41e3dc4923b40c7f7d921681de5daa1fab6918d8 (patch) | |
tree | f795f1526623b9c15b07e7d815807dcb1574ab34 /library | |
parent | 00452d9d7d4d961a4659fc21e69febb307d184f0 (diff) | |
download | tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.zip tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.gz tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.bz2 |
* library/tclIndex: Removed reference to no-longer-extant procedure
'tclLdAout'.
* doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'.
[Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net>
Diffstat (limited to 'library')
-rw-r--r-- | library/tclIndex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex index 2fcf4a5..010616f 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -27,7 +27,6 @@ set auto_index(::tcl::HistRedo) [list source [file join $dir history.tcl]] set auto_index(::tcl::HistIndex) [list source [file join $dir history.tcl]] set auto_index(::tcl::HistEvent) [list source [file join $dir history.tcl]] set auto_index(::tcl::HistChange) [list source [file join $dir history.tcl]] -set auto_index(tclLdAout) [list source [file join $dir ldAout.tcl]] set auto_index(pkg_mkIndex) [list source [file join $dir package.tcl]] set auto_index(tclPkgSetup) [list source [file join $dir package.tcl]] set auto_index(tclPkgUnknown) [list source [file join $dir package.tcl]] |