diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-05-17 12:56:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-05-17 12:56:06 (GMT) |
commit | 25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b (patch) | |
tree | a9b5e2e7f82b89c6a75b848128a9337a17d498ca /doc | |
parent | 8dbd1a22e6d1fa309234b477a35d4e52cedb6042 (diff) | |
download | tcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.zip tcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.tar.gz tcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.tar.bz2 |
[ad6696285c] Correction of description of filter behaviour with 'unknown'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/next.n | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -96,9 +96,11 @@ forward to the proper implementation of the method (which it does by invoking the \fBnext\fR command as filters are inserted into the front of the method call chain) and is responsible for returning the result of \fBnext\fR. .PP -Filters are not invoked when processing an invocation of the \fBunknown\fR -method because of a failure to locate a method implementation, or when -invoking either constructors or destructors. +Filters are invoked when processing an invokation of the \fBunknown\fR +method because of a failure to locate a method implementation, but \fInot\fR +when invoking either constructors or destructors. (Note however that the +\fBdestroy\fR method is a conventional method, and filters are invoked as +normal when it is called.) .SH EXAMPLES .PP This example demonstrates how to use the \fBnext\fR command to call the |