summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-31 15:38:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-31 15:38:35 (GMT)
commitc5c76729ca22b690aa562891f1eab092f43bd6fe (patch)
tree5e22f20e6d360e24e416fe9d4ade2ab8d07582cf /doc/dict.n
parent8a10eb2cc6b57017229aafef01c44fdfce9e5411 (diff)
downloadtcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.zip
tcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.tar.gz
tcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.tar.bz2
Fix typo
Diffstat (limited to 'doc/dict.n')
-rw-r--r--doc/dict.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dict.n b/doc/dict.n
index 43466df..98cb491 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: dict.n,v 1.9 2004/10/08 21:39:15 dkf Exp $
+'\" RCS: @(#) $Id: dict.n,v 1.10 2004/10/31 15:38:35 dkf Exp $
'\"
.so man.macros
.TH dict n 8.5 Tcl "Tcl Built-In Commands"
@@ -209,7 +209,7 @@ for the execution of \fIbody\fR. As with \fBdict update\fR, making
\fIdictionaryVariable\fR unreadable will make the updates to the
dictionary be discarded, and this also happens if the contents of
\fIdictionaryVariable\fR are adjusted so that the chain of
-dictionaries no longer exists. The result of \fBdict update\fR is
+dictionaries no longer exists. The result of \fBdict with\fR is
(unless some kind of error occurs) the result of the evaluation of
\fIbody\fR. Note that the mapping of values to variables does not use
traces; changes to the \fIdictionaryVariable\fR's contents only happen