diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-01-23 08:35:57 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-01-23 08:35:57 (GMT) |
commit | e11d1c4593564ea53362eefd9d49c55951a55006 (patch) | |
tree | db471517e1e4d91cab18766e7f2cc7081ac57297 | |
parent | 1248873790b94f17a503bd58ecff802ac188db14 (diff) | |
download | tcl-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.3 | 4 |
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 |