diff options
| author | dgp <dgp@users.sourceforge.net> | 2013-09-07 21:19:47 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2013-09-07 21:19:47 (GMT) |
| commit | 7d65b0f9b214a041c9007cf45220fe7c8a5c88f0 (patch) | |
| tree | e37a1e5e986f7b58a0b5da2d438f30df452ee611 /doc/return.n | |
| parent | 4bba36ca59c3760f9e2a593e8135aa6f8352919e (diff) | |
| parent | 133768540d48de8f9bf0638fd9983178588bd18a (diff) | |
| download | tcl-bug_86ceb4e2b6.zip tcl-bug_86ceb4e2b6.tar.gz tcl-bug_86ceb4e2b6.tar.bz2 | |
merge trunkbug_86ceb4e2b6
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: |
