diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
commit | efa3f20107fd11d11b28c05948305af61885a33d (patch) | |
tree | 1ea01a2eecb8cc011121396613f75965a000dff3 /doc/AddErrInfo.3 | |
parent | 654d14d706b3f2d084823945876a3df8f2de0abd (diff) | |
parent | ee793dfa1eadb249a50933784a47bacc5d63ca14 (diff) | |
download | tcl-efa3f20107fd11d11b28c05948305af61885a33d.zip tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.gz tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.bz2 |
Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r-- | doc/AddErrInfo.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index 95451d3..e250127 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -61,7 +61,7 @@ in the form of a Tcl_Obj value. .AP size_t length in The number of bytes to copy from \fImessage\fR when appending to the \fB\-errorinfo\fR return option. -If TCL_AUTO_LENGTH, all bytes up to the first null byte are used. +If TCL_INDEX_NONE, all bytes up to the first null byte are used. .AP Tcl_Obj *errorObjPtr in The \fB\-errorcode\fR return option will be set to this value. .AP char *element in |