diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-22 22:00:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-22 22:00:39 (GMT) |
commit | dd54301fb6500d258b6182c666abce1007e6b0d4 (patch) | |
tree | 75978d66c00cf1568200a109c6824a4c2a8b56bb | |
parent | 6352a079124110f7712740ffa535a741e7f8474c (diff) | |
download | tcl-dd54301fb6500d258b6182c666abce1007e6b0d4.zip tcl-dd54301fb6500d258b6182c666abce1007e6b0d4.tar.gz tcl-dd54301fb6500d258b6182c666abce1007e6b0d4.tar.bz2 |
Documentation correction; issue pointed out by DGP.
-rw-r--r-- | doc/copy.n | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,8 +25,9 @@ the name of the object or class to create, \fItargetObject\fR, which will be resolved relative to the current namespace if not an absolute qualified name and .VS TIP473 -\fItargetNamespace\fR which is the name of the namespace where the object is -going to be created in. +\fItargetNamespace\fR which is the name of the namespace that will hold the +internal state of the object (\fBmy\fR command, etc.); it \fImust not\fR +refer to an existing namespace. If either \fItargetObject\fR or \fItargetNamespace\fR is omitted or is given as the empty string, a new name is chosen. Names, unless specified, are chosen with the same algorithm used by the \fBnew\fR method of |