diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 14:13:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 14:13:58 (GMT) |
commit | cd3fd901aac106c723476811fc2a3b9d7e7fa9d9 (patch) | |
tree | 51f299f4253514ffd05b3863cd9f175ba4c8c41c /doc | |
parent | ead37ca168eb29e8afc501d242116547534d619b (diff) | |
parent | f22c567b842667d01d4734847495c6b477244d97 (diff) | |
download | tcl-cd3fd901aac106c723476811fc2a3b9d7e7fa9d9.zip tcl-cd3fd901aac106c723476811fc2a3b9d7e7fa9d9.tar.gz tcl-cd3fd901aac106c723476811fc2a3b9d7e7fa9d9.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Eval.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ ORed combination of flag bits that specify additional options. .AP "const char" *fileName in Name of a file containing a Tcl script. .AP int 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 |