summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 09:07:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 09:07:48 (GMT)
commitedef93966879d501b92b245dc89aabc37bd58f79 (patch)
tree8f385b3df3c788c02f363d7bc459320a42849ca5 /doc
parent24e4669c51e1dbe148a0bba31d38e5c626d4b075 (diff)
parentc1638f82167bd6b45849dea02d42f52ccff8d444 (diff)
downloadtcl-edef93966879d501b92b245dc89aabc37bd58f79.zip
tcl-edef93966879d501b92b245dc89aabc37bd58f79.tar.gz
tcl-edef93966879d501b92b245dc89aabc37bd58f79.tar.bz2
Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8]
Diffstat (limited to 'doc')
-rw-r--r--doc/Utf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index e9bfaa7..d8debf5 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -254,7 +254,7 @@ characters. Behavior is undefined if a negative \fIindex\fR is given.
\fBTcl_UtfAtIndex\fR returns a pointer to the specified character (not
byte) \fIindex\fR in the UTF-8 string \fIsrc\fR. The source string must
contain at least \fIindex\fR characters. This is equivalent to calling
-\fBTcl_UtfNext\fR \fIindex\fR times. If a negative \fIindex\fR is given,
+\fBTcl_UtfToUniChar\fR \fIindex\fR times. If a negative \fIindex\fR is given,
the return pointer points to the first character in the source string.
.PP
\fBTcl_UtfBackslash\fR is a utility procedure used by several of the Tcl