diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 13:01:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 13:01:31 (GMT) |
commit | fa105712c19ab4f84d85f6e33cb51a85e2ad259f (patch) | |
tree | a7a9bb771e8cb47db9ba5834f8790aa617861bf5 /doc/Class.3 | |
parent | d2c080833061d96d6d76d4d3873e15796cdd815c (diff) | |
parent | 600412a708fa193015ef5e22f66d6d4ceee741cc (diff) | |
download | tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.zip tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.tar.gz tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.tar.bz2 |
merge 8.6.5
Diffstat (limited to 'doc/Class.3')
-rw-r--r-- | doc/Class.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Class.3 b/doc/Class.3 index 7e421fe..1c3fe08 100644 --- a/doc/Class.3 +++ b/doc/Class.3 @@ -71,7 +71,8 @@ The name of the object to create, or NULL if a new unused name is to be automatically selected. .AP "const char" *nsName in The name of the namespace to create for the object's private use, or NULL if a -new unused name is to be automatically selected. +new unused name is to be automatically selected. The namespace must not +already exist. .AP int objc in The number of elements in the \fIobjv\fR array. .AP "Tcl_Obj *const" *objv in |