diff options
author | dgp <dgp@users.sourceforge.net> | 2018-04-25 11:48:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-04-25 11:48:14 (GMT) |
commit | c876decde3e6b34582d26e1cef4967b777a8753c (patch) | |
tree | 6100c39a3227c666d69fff4b5c3d0d695270c3b8 /doc/define.n | |
parent | 4519681dcd20c967abbe68795911c77c317fab4f (diff) | |
download | tcl-c876decde3e6b34582d26e1cef4967b777a8753c.zip tcl-c876decde3e6b34582d26e1cef4967b777a8753c.tar.gz tcl-c876decde3e6b34582d26e1cef4967b777a8753c.tar.bz2 |
Doc typo fix from Andy Goth.
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 7599ec0..e619728 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 |