diff options
author | dgp <dgp@users.sourceforge.net> | 2022-09-21 18:38:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-09-21 18:38:51 (GMT) |
commit | 9babdebe9d5537c0026d149ca8810b9ffad51d0d (patch) | |
tree | 9e18616f0d65948dd9dc92ca3aa7fb01dbe6ad3d /doc/StringObj.3 | |
parent | 159cb3d31d8b70d7ef29798372421c08c9274a85 (diff) | |
download | tcl-9babdebe9d5537c0026d149ca8810b9ffad51d0d.zip tcl-9babdebe9d5537c0026d149ca8810b9ffad51d0d.tar.gz tcl-9babdebe9d5537c0026d149ca8810b9ffad51d0d.tar.bz2 |
Update docs and comments to agree with TIP 623.
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r-- | doc/StringObj.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 7870b21..90678c4 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -211,7 +211,9 @@ appropriate range. characters between \fIfirst\fR and \fIlast\fR (inclusive) in the value's Unicode representation. If the value's Unicode representation is invalid, the Unicode representation is regenerated -from the value's string representation. +from the value's string representation. If \fIfirst\fR < 0, then +the returned string starts at the beginning of the value. If \fIlast\fR < 0, +then the returned string ends at the end of the value. .PP \fBTcl_GetCharLength\fR returns the number of characters (as opposed to bytes) in the string value. |