summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2013-08-22 08:07:33 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2013-08-22 08:07:33 (GMT)
commit4ad50b600d7bf78adb033a809647304614b7296d (patch)
treeed6ea33e44011cfdf55014c5981512b929862e4e
parent5bc8ae2306ef184be6615316e5b16b43823a8e1e (diff)
downloadtcl-4ad50b600d7bf78adb033a809647304614b7296d.zip
tcl-4ad50b600d7bf78adb033a809647304614b7296d.tar.gz
tcl-4ad50b600d7bf78adb033a809647304614b7296d.tar.bz2
Correction to documentation
-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.