diff options
Diffstat (limited to 'doc/library.n')
-rw-r--r-- | doc/library.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/library.n b/doc/library.n index 4dcd598..8aa8af7 100644 --- a/doc/library.n +++ b/doc/library.n @@ -124,7 +124,7 @@ will read all the \fB.tcl\fR files in subdirectory \fBfoo\fR and generate a new index file \fBfoo/tclIndex\fR. .PP \fBAuto_mkindex\fR parses the Tcl scripts by sourcing them into a -slave interpreter and monitoring the proc and namespace commands that +child interpreter and monitoring the proc and 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 |