diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-30 15:58:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-30 15:58:06 (GMT) |
commit | 710f9b9f5fdf203a35d8cfbdcf37a90ee0eeb3f7 (patch) | |
tree | 33eb22d40f5332a705449823913b0719b566d2a6 /doc | |
parent | 84eaf9679cf2e1abfc1eb837807d2ae4139fd3af (diff) | |
download | tcl-710f9b9f5fdf203a35d8cfbdcf37a90ee0eeb3f7.zip tcl-710f9b9f5fdf203a35d8cfbdcf37a90ee0eeb3f7.tar.gz tcl-710f9b9f5fdf203a35d8cfbdcf37a90ee0eeb3f7.tar.bz2 |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ObjectType.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3 index 49db696..902c8da 100644 --- a/doc/ObjectType.3 +++ b/doc/ObjectType.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: ObjectType.3,v 1.18 2008/06/30 15:24:05 dkf Exp $ +'\" RCS: @(#) $Id: ObjectType.3,v 1.19 2008/06/30 15:58:06 dgp Exp $ '\" .so man.macros .TH Tcl_ObjType 3 8.0 Tcl "Tcl Library Procedures" @@ -88,7 +88,7 @@ Passing a NULL \fIinterp\fR allows this procedure to be used as a test whether the conversion can be done (and in fact was done). .VS 8.5 .PP -In many cases, the \fItypePtt->setFromAnyProc\fR routine will +In many cases, the \fItypePtr->setFromAnyProc\fR routine will set \fIobjPtr->typePtr\fR to the argument value \fItypePtr\fR, but that is no longer guaranteed. The \fIsetFromAnyProc\fR is free to set the internal representation for \fIobjPtr\fR to make |