diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:55 (GMT) |
commit | 5953233f3b74bd690e8861983c58c4be7d05c1ee (patch) | |
tree | 36868edb789bac2a3752dedb88224afdbee800e7 /doc/return.n | |
parent | fd4b052c0d6d912177890c1990f506e959cdea5c (diff) | |
parent | 034fad8f6abf4c938b5384c63b605e25385047e1 (diff) | |
download | tcl-5953233f3b74bd690e8861983c58c4be7d05c1ee.zip tcl-5953233f3b74bd690e8861983c58c4be7d05c1ee.tar.gz tcl-5953233f3b74bd690e8861983c58c4be7d05c1ee.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/return.n')
-rw-r--r-- | doc/return.n | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/return.n b/doc/return.n index ea590ea..e3d7c06 100644 --- a/doc/return.n +++ b/doc/return.n @@ -137,7 +137,6 @@ by the \fBcatch\fR command (or from the copy of that information stored in the global variable \fBerrorInfo\fR). .TP \fB\-errorstack \fIlist\fR -.VS 8.6 The \fB\-errorstack\fR option receives special treatment only when the value of the \fB\-code\fR option is \fBTCL_ERROR\fR. Then \fIlist\fR is the initial error stack, recording actual argument values passed to each proc level. The error stack will @@ -152,7 +151,6 @@ the procedure. Typically the \fIlist\fR value is supplied from the value of \fB\-errorstack\fR in a return options dictionary captured by the \fBcatch\fR command (or from the copy of that information from \fBinfo errorstack\fR). -.VE 8.6 .TP \fB\-level \fIlevel\fR . |