summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-10 12:28:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-10 12:28:06 (GMT)
commitc0c0164a7120bc2018c400cb82da9f14c5b921db (patch)
tree3f4142e40e7ab415822560484dcf094b76891504
parent2e02e1affdde86a1dd00fc78a73af5924c6d30a0 (diff)
parent284a5014870e629b05bfa74cc12a432b8d45fa1d (diff)
downloadtcl-c0c0164a7120bc2018c400cb82da9f14c5b921db.zip
tcl-c0c0164a7120bc2018c400cb82da9f14c5b921db.tar.gz
tcl-c0c0164a7120bc2018c400cb82da9f14c5b921db.tar.bz2
Merge 8.6
-rw-r--r--doc/Namespace.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Namespace.3 b/doc/Namespace.3
index 49b772c..a7e8502 100644
--- a/doc/Namespace.3
+++ b/doc/Namespace.3
@@ -133,7 +133,7 @@ is true.
.PP
\fBTcl_Import\fR imports commands matching a pattern into a
namespace. Note that the pattern must include the name of the
-namespace to import from. This function returns an error if
+namespace to import from. This function returns TCL_ERROR if
an attempt to import a command over an existing command is made,
unless the \fIallowOverwrite\fR flag has been set.
.PP