diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-16 08:01:49 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-16 08:01:49 (GMT) |
commit | c899e7770147960aafc497624551c39fff43471c (patch) | |
tree | a891a397d05aa6239853ca0b53113fcc7e34ae3a /doc | |
parent | 0db2f11f15f912f0e79b915e2f2af197b7c3be20 (diff) | |
parent | b37682866bd66ee69010f4794dce2c24f02844df (diff) | |
download | tcl-c899e7770147960aafc497624551c39fff43471c.zip tcl-c899e7770147960aafc497624551c39fff43471c.tar.gz tcl-c899e7770147960aafc497624551c39fff43471c.tar.bz2 |
Merge trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SetResult.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3 index 94990d7..9be3ef0 100644 --- a/doc/SetResult.3 +++ b/doc/SetResult.3 @@ -114,7 +114,7 @@ efficient. \fBTcl_AppendElement\fR is like \fBTcl_AppendResult\fR, but it appends only one piece, and also appends that piece as a list item. \fBTcl_AppendElement\fR adds backslashes or braces as necessary to ensure that -f\Ielement\fR is properly formatted as a list item. Under normal conditions, +\fIelement\fR is properly formatted as a list item. Under normal conditions, \fBTcl_AppendElement\fR adds a space character to \fIinterp\fR's result just before adding the new list element, so that the list elements in the result are properly separated. However if the new list element is the first item in the |