diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-21 10:25:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-21 10:25:18 (GMT) |
commit | 3f61f168eb9d98c28312cdea25b214827c3692f2 (patch) | |
tree | 53c322fba847e22c281759b85bd9d72102dff076 /doc/return.n | |
parent | 9feda62fe0318715623c455abe7289bbb7dec34e (diff) | |
download | tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.zip tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.tar.gz tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.tar.bz2 |
[3612422]: Refer to correct part of tclvars(n) rather than page itself.
Diffstat (limited to 'doc/return.n')
-rw-r--r-- | doc/return.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/return.n b/doc/return.n index b59a93d..a1abccf 100644 --- a/doc/return.n +++ b/doc/return.n @@ -317,8 +317,8 @@ proc myReturn {args} { } .CE .SH "SEE ALSO" -break(n), catch(n), continue(n), dict(n), error(n), proc(n), -source(n), tclvars(n), throw(n), try(n) +break(n), catch(n), continue(n), dict(n), error(n), errorCode(n), +errorInfo(n), proc(n), source(n), throw(n), try(n) .SH KEYWORDS break, catch, continue, error, exception, procedure, result, return .\" Local Variables: |