diff options
-rw-r--r-- | doc/info.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -284,9 +284,9 @@ directory in which the scripts distributed with Tcl scripts are stored. .TP \fBinfo loaded \fR?\fIinterp\fR? ?\fIprefix\fR? . -Returns the name of each file loaded in \fIinterp\fR by the \fBload\fR -with prefix \fIprefix\fR . If \fIprefix\fR is not given, returns a list where each item -is the name of the loaded file and the prefix for which the file +Returns the name of each file loaded in \fIinterp\fR by the \fBload\fR command +with prefix \fIprefix\fR . If \fIprefix\fR is not given, returns a list where +each item is the name of the loaded file and the prefix for which the file was loaded. For a statically-loaded package the name of the file is the empty string. For \fIinterp\fR, the empty string is the current interpreter. .\" METHOD: locals |