summaryrefslogtreecommitdiffstats
path: root/doc/Object.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-30 02:55:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-30 02:55:00 (GMT)
commit2c04db5191597787a9dd16c98a1fa33ec46d1405 (patch)
tree3003e394123944cdd88ad0b7f1aa129313cebd03 /doc/Object.3
parent93345bd20c8ed5838fdf47056805ada370a10739 (diff)
downloadtcl-core_stabilizer_branch.zip
tcl-core_stabilizer_branch.tar.gz
tcl-core_stabilizer_branch.tar.bz2
merge updates from 8.5 branch core_stabilizer_branch
Diffstat (limited to 'doc/Object.3')
-rw-r--r--doc/Object.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index 8d5da1a..55678bd 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Object.3,v 1.15.6.2 2007/11/01 16:25:46 dgp Exp $
+'\" RCS: @(#) $Id: Object.3,v 1.15.6.3 2008/06/30 02:55:00 dgp Exp $
'\"
.so man.macros
.TH Tcl_Obj 3 8.5 Tcl "Tcl Library Procedures"
@@ -102,10 +102,10 @@ reclaim an object's storage.
.PP
Tcl objects are typed.
An object's internal representation is controlled by its type.
-Seven types are predefined in the Tcl core
+Several types are predefined in the Tcl core
including integer, double, list, and bytecode.
Extension writers can extend the set of types
-by using the procedure \fBTcl_RegisterObjType\fR .
+by defining their own \fBTcl_ObjType\fR structs.
.SH "THE TCL_OBJ STRUCTURE"
.PP
Each Tcl object is represented by a \fBTcl_Obj\fR structure