summaryrefslogtreecommitdiffstats
path: root/doc/Init.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Init.3')
-rw-r--r--doc/Init.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Init.3 b/doc/Init.3
index e78423e..fdc66c7 100644
--- a/doc/Init.3
+++ b/doc/Init.3
@@ -22,9 +22,7 @@ Interpreter to initialize.
.PP
\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fR's the
\fBinit.tcl\fR script, which should exist somewhere on the Tcl library
-path. On Macintosh systems, it additionally checks for an \fBInit\fR
-resource and sources the contents of that resource if \fBinit.tcl\fR
-cannot be found.
+path.
.PP
\fBTcl_Init\fR is typically called from \fBTcl_AppInit\fR procedures.