summaryrefslogtreecommitdiffstats
path: root/doc/next.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2015-05-17 12:56:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2015-05-17 12:56:06 (GMT)
commit25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b (patch)
treea9b5e2e7f82b89c6a75b848128a9337a17d498ca /doc/next.n
parent8dbd1a22e6d1fa309234b477a35d4e52cedb6042 (diff)
downloadtcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.zip
tcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.tar.gz
tcl-25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b.tar.bz2
[ad6696285c] Correction of description of filter behaviour with 'unknown'.
Diffstat (limited to 'doc/next.n')
-rw-r--r--doc/next.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/next.n b/doc/next.n
index 7dacac2..1ea6eb9 100644
--- a/doc/next.n
+++ b/doc/next.n
@@ -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