diff options
author | dgp <dgp@users.sourceforge.net> | 2018-04-25 11:48:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-04-25 11:48:43 (GMT) |
commit | 859bcc9f868c96444e50001dac785edb3e889156 (patch) | |
tree | 1d7ffc7a0e4735101d118f8734ed9270cd7dac6c /doc/define.n | |
parent | fec8aee1a12d87100fd75b25ecaf6e9c3d899827 (diff) | |
parent | c876decde3e6b34582d26e1cef4967b777a8753c (diff) | |
download | tcl-859bcc9f868c96444e50001dac785edb3e889156.zip tcl-859bcc9f868c96444e50001dac785edb3e889156.tar.gz tcl-859bcc9f868c96444e50001dac785edb3e889156.tar.bz2 |
merge 8.6
Diffstat (limited to 'doc/define.n')
-rw-r--r-- | doc/define.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/define.n b/doc/define.n index 1692c94..c836c2f 100644 --- a/doc/define.n +++ b/doc/define.n @@ -50,7 +50,7 @@ being constructed. Within the constructor, the \fBnext\fR command should be used to call the superclasses' constructors. If \fIbodyScript\fR is the empty string, the constructor will be deleted. .TP -\fBdeletemethod\fI name\fR ?\fIname ...\fR +\fBdeletemethod\fI name\fR ?\fIname ...\fR? . This deletes each of the methods called \fIname\fR from a class. The methods must have previously existed in that class. Does not affect the superclasses |