diff options
-rw-r--r-- | doc/ObjectType.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3 index cc33a0a..1342d0d 100644 --- a/doc/ObjectType.3 +++ b/doc/ObjectType.3 @@ -154,7 +154,7 @@ This definition permits us to pass internal representations and pointers to them as arguments and results in public routines. .SH "THE TCL_OBJTYPE STRUCTURE" .PP -Extension writers can define new value types by defining four to eight +Extension writers can define new value types by defining four procedures and initializing a Tcl_ObjType structure to describe the type. Extension writers may also pass a pointer to their Tcl_ObjType structure to \fBTcl_RegisterObjType\fR if they wish to permit other |