diff options
author | dgp <dgp@users.sourceforge.net> | 2019-05-10 20:30:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-05-10 20:30:41 (GMT) |
commit | 0c863ddec8f39d1afec9b67d4e899e4489d6f46e (patch) | |
tree | 4b261938bc75f05c529df14c83eb0205b077450f /doc/TraceVar.3 | |
parent | 0d1ffc0968e6c82da985d876f63a92a1159a9a3b (diff) | |
download | tcl-0c863ddec8f39d1afec9b67d4e899e4489d6f46e.zip tcl-0c863ddec8f39d1afec9b67d4e899e4489d6f46e.tar.gz tcl-0c863ddec8f39d1afec9b67d4e899e4489d6f46e.tar.bz2 |
Start of TIP 543 implementation.
Diffstat (limited to 'doc/TraceVar.3')
-rw-r--r-- | doc/TraceVar.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TraceVar.3 b/doc/TraceVar.3 index 19cb467..e481985 100644 --- a/doc/TraceVar.3 +++ b/doc/TraceVar.3 @@ -95,7 +95,7 @@ Invoke \fIproc\fR whenever an attempt is made to modify the variable. Invoke \fIproc\fR whenever the variable is unset. A variable may be unset either explicitly by an \fBunset\fR command, or implicitly when a procedure returns (its local variables are -automatically unset) or when the interpreter is deleted (all +automatically unset) or when the interpreter or namespace is deleted (all variables are automatically unset). .TP \fBTCL_TRACE_ARRAY\fR |