summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-07-18 14:57:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-07-18 14:57:12 (GMT)
commita6b118eb896ad74ad84b3fef0d17ba3f6665157d (patch)
treeec7dc5aa52e63a5c3bf8d176fa73fdffbc873f35 /doc
parenta4edd5667915ef349fa6a0cdd5f4ab3139441b06 (diff)
parentd939948efddb3315536b80ab74e3c7dbd3ad3793 (diff)
downloadtcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.zip
tcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.tar.gz
tcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.tar.bz2
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r--doc/object.n5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/object.n b/doc/object.n
index 2bed231..4a81043 100644
--- a/doc/object.n
+++ b/doc/object.n
@@ -66,6 +66,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
.\" METHOD: unknown
.TP
\fIobj \fBunknown ?\fImethodName\fR? ?\fIarg ...\fR?