summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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