summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-05-03 22:38:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-05-03 22:38:20 (GMT)
commit30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e (patch)
tree3556e64731aaee88def2382ca03907296de5e342 /doc/library.n
parentbe1d3ffdb010f8ac70bfb807fca3631897628951 (diff)
downloadtcl-30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e.zip
tcl-30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e.tar.gz
tcl-30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e.tar.bz2
Fix for Bug 420186
Diffstat (limited to 'doc/library.n')
-rw-r--r--doc/library.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n
index 72e659e..7687de1 100644
--- a/doc/library.n
+++ b/doc/library.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: library.n,v 1.14 2000/09/07 14:27:49 poenitz Exp $
+'\" RCS: @(#) $Id: library.n,v 1.15 2001/05/03 22:38:20 dgp Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -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 importer\fR.
.TP
\fBauto_load \fIcmd\fR
This command attempts to load the definition for a Tcl command named