summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
commite272f864a6fce295f13ae3f7e12723949270d51d (patch)
treed6ac371db01bf12d8b1e08214f3eef292617549f /doc/dict.n
parented64410f185d854fced5c67185ba884d6dbd883a (diff)
downloadtcl-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.n2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dict.n b/doc/dict.n
index 9fcb05f..1517573 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -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.