diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-03 17:53:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-03 17:53:41 (GMT) |
commit | 9aa7d073c0f7ee0f28465adc0aa1962761b78e19 (patch) | |
tree | 7e121174ec58b809c57a64cb960932cd1664d2b5 /doc/ExprLongObj.3 | |
parent | 35cd060950989f216061666b4e8214348f6cd6c0 (diff) | |
download | tcl-9aa7d073c0f7ee0f28465adc0aa1962761b78e19.zip tcl-9aa7d073c0f7ee0f28465adc0aa1962761b78e19.tar.gz tcl-9aa7d073c0f7ee0f28465adc0aa1962761b78e19.tar.bz2 |
documentation improvements.
Diffstat (limited to 'doc/ExprLongObj.3')
-rw-r--r-- | doc/ExprLongObj.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ExprLongObj.3 b/doc/ExprLongObj.3 index 5892b4c..6b52f78 100644 --- a/doc/ExprLongObj.3 +++ b/doc/ExprLongObj.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: ExprLongObj.3,v 1.3 2001/09/03 09:38:50 dkf Exp $ +'\" RCS: @(#) $Id: ExprLongObj.3,v 1.3.12.1 2005/05/03 17:53:41 dgp Exp $ '\" .so man.macros .TH Tcl_ExprLongObj 3 8.0 Tcl "Tcl Library Procedures" @@ -29,7 +29,7 @@ int .SH ARGUMENTS .AS Tcl_Interp **resultPtrPtr out .AP Tcl_Interp *interp in -Interpreter in whose context to evaluate \fIstring\fR or \fIobjPtr\fR. +Interpreter in whose context to evaluate \fIobjPtr\fR. .AP Tcl_Obj *objPtr in Pointer to an object containing the expression to evaluate. .AP long *longPtr out |