diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-25 17:45:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-25 17:45:17 (GMT) |
commit | e272f864a6fce295f13ae3f7e12723949270d51d (patch) | |
tree | d6ac371db01bf12d8b1e08214f3eef292617549f /doc/dict.n | |
parent | ed64410f185d854fced5c67185ba884d6dbd883a (diff) | |
download | tcl-e272f864a6fce295f13ae3f7e12723949270d51d.zip tcl-e272f864a6fce295f13ae3f7e12723949270d51d.tar.gz tcl-e272f864a6fce295f13ae3f7e12723949270d51d.tar.bz2 |
Another round of small fixes, especially spelling errors...
Diffstat (limited to 'doc/dict.n')
-rw-r--r-- | doc/dict.n | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -307,6 +307,7 @@ it is recommended that this command only be used in a local scope (\fBproc\fRedure, lambda term for \fBapply\fR, or method). Because of this, the variables set by \fBdict update\fR will continue to exist after the command finishes (unless explicitly \fBunset\fR). +.PP Note that the mapping of values to variables does not use traces; changes to the \fIdictionaryVariable\fR's contents only happen when \fIbody\fR terminates. @@ -348,6 +349,7 @@ it is recommended that this command only be used in a local scope (\fBproc\fRedure, lambda term for \fBapply\fR, or method). Because of this, the variables set by \fBdict with\fR will continue to exist after the command finishes (unless explicitly \fBunset\fR). +.PP Note that the mapping of values to variables does not use traces; changes to the \fIdictionaryVariable\fR's contents only happen when \fIbody\fR terminates. |