diff options
author | andy <andrew.m.goth@gmail.com> | 2019-04-09 03:11:14 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2019-04-09 03:11:14 (GMT) |
commit | 9b1a75a1ccbda9eaf0bb030215b7e6181d51f487 (patch) | |
tree | fabf8f4046154786c103e9e6741d467d76d358aa /doc | |
parent | 96bf31bbbdb29f045f799f5a874e2d4866eebc4e (diff) | |
download | tcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.zip tcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.tar.gz tcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.tar.bz2 |
Correct minor documentation typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/interp.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interp.n b/doc/interp.n index 92113a6..1c9618a 100644 --- a/doc/interp.n +++ b/doc/interp.n @@ -201,7 +201,7 @@ slave interpreter identified by \fIpath\fR. If no arguments are given, option and current setting are returned. If \fB\-frame\fR is given, the debug setting is set to the given boolean if provided and the current setting is returned. -This only effects the output of \fBinfo frame\fR, in that exact +This only affects the output of \fBinfo frame\fR, in that exact frame-level information for command invocation at the bytecode level is only captured with this setting on. .RS |