summaryrefslogtreecommitdiff
path: root/tcl/doc/library.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/library.n')
-rw-r--r--tcl/doc/library.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/doc/library.n b/tcl/doc/library.n
index 54ef6ad50da..f4125434721 100644
--- a/tcl/doc/library.n
+++ b/tcl/doc/library.n
@@ -81,7 +81,8 @@ the imported commands specified by \fIpattern\fR reside in an
autoloaded library. If so, the commands are loaded so that they will
be available to the interpreter for creating the import links. If the
commands do not reside in an autoloaded library, \fBauto_import\fR
-does nothing.
+does nothing. The pattern matching is performed according to the
+matching rules of \fBnamespace import\fR.
.TP
\fBauto_load \fIcmd\fR
This command attempts to load the definition for a Tcl command named
@@ -304,8 +305,7 @@ infinitely.
The variable is unset before \fBunknown\fR returns.
.SH "SEE ALSO"
-re_syntax(n)
+info(n), re_syntax(n)
.SH KEYWORDS
auto-exec, auto-load, library, unknown, word, whitespace
-