diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-07-04 08:39:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-07-04 08:39:28 (GMT) |
commit | 2ee0bbf7fb08c3e5a87f7fa51a83e97ca90fc620 (patch) | |
tree | 88b5a73d211020bf27daef273827c1466c4f13a1 /doc | |
parent | 8e39be1340c8878cb33ac4c219acb88d3521a7a0 (diff) | |
parent | 23c3438aee355e038599c0df4a175bc53b658b27 (diff) | |
download | tcl-2ee0bbf7fb08c3e5a87f7fa51a83e97ca90fc620.zip tcl-2ee0bbf7fb08c3e5a87f7fa51a83e97ca90fc620.tar.gz tcl-2ee0bbf7fb08c3e5a87f7fa51a83e97ca90fc620.tar.bz2 |
Use conventional list operations for ensemble dispatch
Add ability to disassemble TclOO constructors and destructors
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 dc8f487..e5b81d7 100644 --- a/doc/SetResult.3 +++ b/doc/SetResult.3 @@ -164,7 +164,7 @@ The source interpreter will have its result reset by this operation. .SH "DEPRECATED INTERFACES" .SS "OLD STRING PROCEDURES" .PP -Use of the following procedures (is deprecated +Use of the following procedures is deprecated since they manipulate the Tcl result as a string. Procedures such as \fBTcl_SetObjResult\fR that manipulate the result as a value |