diff options
author | hobbs <hobbs@noemail.net> | 2000-02-08 10:05:23 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-02-08 10:05:23 (GMT) |
commit | d94669401aca6823b394d2d0f66d8f988459f0df (patch) | |
tree | 7a4ec5402b1d12a707f759017132280e9ecd14e4 | |
parent | 1cef8d72672a100dc094faacb0d2361c855fa46a (diff) | |
download | tcl-d94669401aca6823b394d2d0f66d8f988459f0df.zip tcl-d94669401aca6823b394d2d0f66d8f988459f0df.tar.gz tcl-d94669401aca6823b394d2d0f66d8f988459f0df.tar.bz2 |
* doc/library.n:
* library/auto.tcl: fixed crufty puts code and docs [Bug: 4122]
FossilOrigin-Name: fdd9aaa8b93a8a10782b20e5e4296e20ddf904d4
-rw-r--r-- | doc/library.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n index 1b1ee6d..6ce7c61 100644 --- a/doc/library.n +++ b/doc/library.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: library.n,v 1.9 2000/02/01 01:14:01 ericm Exp $ +'\" RCS: @(#) $Id: library.n,v 1.10 2000/02/08 10:05:24 hobbs Exp $ .so man.macros .TH library n "8.0" Tcl "Tcl Built-In Commands" .BS @@ -131,7 +131,7 @@ namespace commands that are executed. Extensions can use the (undocumented) auto_mkindex_parser package to register other commands that can contribute to the auto_load index. -You will have to read through init.tcl to see how this works. +You will have to read through auto.tcl to see how this works. .PP \fBAuto_mkindex_old\fR parses the Tcl scripts in a relatively unsophisticated way: if any line contains the word \fBproc\fR |