summaryrefslogtreecommitdiffstats
path: root/doc/Method.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-08-22 08:07:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-08-22 08:07:33 (GMT)
commitff681132dc338549a4dc9fc52cdb33e2ea1ce37f (patch)
treeed6ea33e44011cfdf55014c5981512b929862e4e /doc/Method.3
parent5fa41623af2f5fefeee57120e605c491d5dd4edd (diff)
downloadtcl-ff681132dc338549a4dc9fc52cdb33e2ea1ce37f.zip
tcl-ff681132dc338549a4dc9fc52cdb33e2ea1ce37f.tar.gz
tcl-ff681132dc338549a4dc9fc52cdb33e2ea1ce37f.tar.bz2
Correction to documentation
Diffstat (limited to 'doc/Method.3')
-rw-r--r--doc/Method.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Method.3 b/doc/Method.3
index 43b3609..2537d5e 100644
--- a/doc/Method.3
+++ b/doc/Method.3
@@ -172,8 +172,9 @@ typedef struct {
.PP
The \fIversion\fR field allows for future expansion of the structure, and
should always be declared equal to TCL_OO_METHOD_VERSION_CURRENT. The
-\fIname\fR field provides a human-readable name for the type, and is reserved
-for debugging.
+\fIname\fR field provides a human-readable name for the type, and is the value
+that is exposed via the \fBinfo class methodtype\fR and
+\fBinfo object methodtype\fR Tcl commands.
.PP
The \fIcallProc\fR field gives a function that is called when the method is
invoked; it must never be NULL.