Skip to content

Commit

Permalink
Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as…
Browse files Browse the repository at this point in the history
… this is an internal feature
  • Loading branch information
oehhar committed Jan 23, 2024
1 parent 3c74866 commit 3630374
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/StringObj.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3630374

Please sign in to comment.