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/interp.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/interp.n')
-rw-r--r-- | doc/interp.n | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n index 40ab9f9..54555e3 100644 --- a/doc/interp.n +++ b/doc/interp.n @@ -154,7 +154,6 @@ what to set the interpreter's background exception handler to. See the \fBBACKGROUND EXCEPTION HANDLING\fR section for more details. .TP \fBinterp\fR \fBcancel \fR?\fB\-unwind\fR? ?\fB\-\|\-\fR? ?\fIpath\fR? ?\fIresult\fR? -.VS 8.6 Cancels the script being evaluated in the interpreter identified by \fIpath\fR. Without the \fB\-unwind\fR switch the evaluation stack for the interpreter is unwound until an enclosing catch command is found or @@ -167,7 +166,6 @@ switches; it may be needed if \fIpath\fR is an unusual value such as \fB\-safe\fR. If \fIresult\fR is present, it will be used as the error message string; otherwise, a default error message string will be used. -.VE 8.6 .TP \fBinterp\fR \fBcreate \fR?\fB\-safe\fR? ?\fB\-\|\-\fR? ?\fIpath\fR? . |