diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 15:38:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 15:38:35 (GMT) |
commit | c5c76729ca22b690aa562891f1eab092f43bd6fe (patch) | |
tree | 5e22f20e6d360e24e416fe9d4ade2ab8d07582cf | |
parent | 8a10eb2cc6b57017229aafef01c44fdfce9e5411 (diff) | |
download | tcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.zip tcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.tar.gz tcl-c5c76729ca22b690aa562891f1eab092f43bd6fe.tar.bz2 |
Fix typo
-rw-r--r-- | doc/dict.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |