diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 15:00:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 15:00:43 (GMT) |
commit | 9f51e32c984e0ad2e812d241e588c492c4179cf8 (patch) | |
tree | c3920dbd3e235492a7b453af9a7f5cf5f080c734 /doc/tclvars.n | |
parent | ff87b46b5269cbd4def059244e47ec2db336e166 (diff) | |
download | tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.zip tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.tar.gz tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.tar.bz2 |
Documentation improvements (small; some revision to parsing script) to improve
the quality of HTML doc builds.
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r-- | doc/tclvars.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n index 27f9cc2..b126b7f 100644 --- a/doc/tclvars.n +++ b/doc/tclvars.n @@ -102,7 +102,8 @@ This variable is only used when initializing the \fBauto_path\fR variable. .TP \fBenv(TCL_INTERP_DEBUG_FRAME)\fR . -If existing, it has the same effect as running \fBinterp debug {} -frame 1\fR +If existing, it has the same effect as running \fBinterp debug\fR +\fB{} -frame 1\fR as the very first command of each new Tcl interpreter. .RE .TP |