From 36303748ad11c49eb94ff612665c57407b021098 Mon Sep 17 00:00:00 2001 From: oehhar Date: Tue, 23 Jan 2024 08:35:57 +0000 Subject: [PATCH] Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is an internal feature --- doc/StringObj.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 0568d5a1da3..aea8d62cbd8 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