diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-30 15:58:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-30 15:58:00 (GMT) |
commit | 146d52bdc7c6b666e76d77f12e00a94f551fabbd (patch) | |
tree | a7d258c4b48d605b6c4917d08b4d1985893d4690 /doc | |
parent | d9e943b4e7f6602b2985a5353550c7e278f3472e (diff) | |
download | tcl-146d52bdc7c6b666e76d77f12e00a94f551fabbd.zip tcl-146d52bdc7c6b666e76d77f12e00a94f551fabbd.tar.gz tcl-146d52bdc7c6b666e76d77f12e00a94f551fabbd.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 cf88fd0..83f269f 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.16.2.1 2008/06/30 02:34:07 dgp Exp $ +'\" RCS: @(#) $Id: ObjectType.3,v 1.16.2.2 2008/06/30 15:58:01 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 |