diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-06-19 21:29:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-06-19 21:29:02 (GMT) |
commit | 48bde53d60eb4631746456df0bd1e879c6a15628 (patch) | |
tree | 9865c18bcd5f93f18cbc931b62b13c329a89b915 /doc/next.n | |
parent | 107e7f1dfc29d890846a46317dca00e49594393c (diff) | |
download | tcl-48bde53d60eb4631746456df0bd1e879c6a15628.zip tcl-48bde53d60eb4631746456df0bd1e879c6a15628.tar.gz tcl-48bde53d60eb4631746456df0bd1e879c6a15628.tar.bz2 |
Make [next] work as described in TIP. [Bug 1998244]
Diffstat (limited to 'doc/next.n')
-rw-r--r-- | doc/next.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: next.n,v 1.1 2008/05/31 11:42:13 dkf Exp $ +'\" RCS: @(#) $Id: next.n,v 1.2 2008/06/19 21:29:03 dkf Exp $ '\" .so man.macros .TH next n 0.1 TclOO "TclOO Commands" @@ -29,7 +29,7 @@ point where a filter calls the actual implementation (the filter may decide to not go along the chain, and may process the results of going along the chain of methods as it chooses). The result of the \fBnext\fR command is the result of the next method in the method chain; if there are no further methods in the -method chain, the result of \fBnext\fR is the empty string. The arguments, +method chain, the result of \fBnext\fR will be an error. The arguments, \fIarg\fR, to \fBnext\fR are the arguments to pass to the next method in the chain. .SH "THE METHOD CHAIN" |