diff options
Diffstat (limited to 'doc/Init.3')
-rw-r--r-- | doc/Init.3 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -14,17 +14,16 @@ Tcl_Init \- find and source initialization script int \fBTcl_Init\fR(\fIinterp\fR) .SH ARGUMENTS +.AS Tcl_Interp *interp .AP Tcl_Interp *interp in Interpreter to initialize. .BE .SH DESCRIPTION .PP -\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fR's the +\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fRs 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. |