summaryrefslogtreecommitdiffstats
path: root/doc/info.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/info.n')
-rw-r--r--doc/info.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info.n b/doc/info.n
index 5b6a74e..f4190e4 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -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