summaryrefslogtreecommitdiffstats
path: root/doc/object.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-07-18 14:53:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-07-18 14:53:18 (GMT)
commitd939948efddb3315536b80ab74e3c7dbd3ad3793 (patch)
treee36d1a7ddabfde194172f94413ffe298b7b172c6 /doc/object.n
parentb6d9f17684fb2e1b37083b4e71c02ac27eb4cdd9 (diff)
parent2b40376fa31e57a9e8b17ce792cd3cb105fe6988 (diff)
downloadtcl-d939948efddb3315536b80ab74e3c7dbd3ad3793.zip
tcl-d939948efddb3315536b80ab74e3c7dbd3ad3793.tar.gz
tcl-d939948efddb3315536b80ab74e3c7dbd3ad3793.tar.bz2
Merge 8.6 branch
Diffstat (limited to 'doc/object.n')
-rw-r--r--doc/object.n5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/object.n b/doc/object.n
index 98679d1..7bdbbe2 100644
--- a/doc/object.n
+++ b/doc/object.n
@@ -64,6 +64,11 @@ The \fBoo::object\fR class supports the following non-exported methods:
This method concatenates the arguments, \fIarg\fR, as if with \fBconcat\fR,
and then evaluates the resulting script in the namespace that is uniquely
associated with \fIobj\fR, returning the result of the evaluation.
+.RS
+.PP
+Note that object-internal commands such as \fBmy\fR and \fBself\fR can be
+invoked in this context.
+.RE
.TP
\fIobj \fBunknown ?\fImethodName\fR? ?\fIarg ...\fR?
.