summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2024-01-23 08:35:57 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2024-01-23 08:35:57 (GMT)
commite11d1c4593564ea53362eefd9d49c55951a55006 (patch)
treedb471517e1e4d91cab18766e7f2cc7081ac57297
parent1248873790b94f17a503bd58ecff802ac188db14 (diff)
downloadtcl-e11d1c4593564ea53362eefd9d49c55951a55006.zip
tcl-e11d1c4593564ea53362eefd9d49c55951a55006.tar.gz
tcl-e11d1c4593564ea53362eefd9d49c55951a55006.tar.bz2
Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is an internal feature
-rw-r--r--doc/StringObj.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index 0568d5a..aea8d62 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -227,9 +227,7 @@ format. If the conversion is successful, then the converted form of
Otherwise, the value's Unicode representation is invalidated and
converted to the UTF format, and \fIbytes\fR is appended to the
value's new string representation.
-\fIlength\fR bytes are allocated and not filled, if \fIbytes\fR is a
-null pointer.
-Eventually buffer growth is optimized by large allocations to optimize
+Eventually buffer growth is done by large allocations to optimize
multiple calls.
.PP
\fBTcl_AppendUnicodeToObj\fR appends the Unicode string given by