diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 14:14:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 14:14:54 (GMT) |
commit | 792b2f5aff74da4cf18d92344fa5c56254d3285c (patch) | |
tree | d0cf64b9e3a4e9d7fd4a4fd7d8261933c3a66fe2 /doc/Eval.3 | |
parent | 585d7c7548a1715348b0a9bd270044a399b1f14d (diff) | |
parent | cd3fd901aac106c723476811fc2a3b9d7e7fa9d9 (diff) | |
download | tcl-792b2f5aff74da4cf18d92344fa5c56254d3285c.zip tcl-792b2f5aff74da4cf18d92344fa5c56254d3285c.tar.gz tcl-792b2f5aff74da4cf18d92344fa5c56254d3285c.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/Eval.3')
-rw-r--r-- | doc/Eval.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ ORed combination of flag bits that specify additional options. .AP "const char" *fileName in Name of a file containing a Tcl script. .AP size_t objc in -The number of values in the array pointed to by \fIobjPtr\fR; +The number of values in the array pointed to by \fIobjv\fR; this is also the number of words in the command. .AP Tcl_Obj **objv in Points to an array of pointers to values; each value holds the |