diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:38:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:38:28 (GMT) |
commit | 01848f36491b7e23d599369af2c5d4c3e6fcbd3c (patch) | |
tree | 8a3f9ac4c785fa9575d3e8b408e34c416b304d04 /doc | |
parent | b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0 (diff) | |
download | tcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.zip tcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.tar.gz tcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.tar.bz2 |
Backported a littttttle bit too much
Diffstat (limited to 'doc')
-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 |