summaryrefslogtreecommitdiffstats
path: root/doc/self.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-24 10:46:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-24 10:46:03 (GMT)
commit0dde2f0c154556f8f812078b8eb894e2d248974e (patch)
treef2cdaf7eb9bc628eb19e39845f3b0692bb49b4fd /doc/self.n
parent08383aee88a03fe8cc880c10b9fc242fe3804ebd (diff)
downloadtcl-0dde2f0c154556f8f812078b8eb894e2d248974e.zip
tcl-0dde2f0c154556f8f812078b8eb894e2d248974e.tar.gz
tcl-0dde2f0c154556f8f812078b8eb894e2d248974e.tar.bz2
Fix [Bug 2704302]
Diffstat (limited to 'doc/self.n')
-rw-r--r--doc/self.n9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/self.n b/doc/self.n
index 7e564b7..a82be96 100644
--- a/doc/self.n
+++ b/doc/self.n
@@ -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: self.n,v 1.2 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: self.n,v 1.3 2009/03/24 10:46:04 dkf Exp $
'\"
.so man.macros
.TH self n 0.1 TclOO "TclOO Commands"
@@ -39,9 +39,10 @@ destructors respectively).
.TP
\fBself class\fR
.
-This returns the name of the class or object that the current method was
-defined within. Note that this will change as the chain of method
-implementations is traversed with \fBnext\fR.
+This returns the name of the class that the current method was defined within.
+Note that this will change as the chain of method implementations is traversed
+with \fBnext\fR, and that if the method was defined on an object then this
+will fail.
.TP
\fBself filter\fR
.