summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2014-05-21 21:40:09 (GMT)
committerandy <andrew.m.goth@gmail.com>2014-05-21 21:40:09 (GMT)
commit1e2ced92480ce68bbf628c8848e0d41bd18521e2 (patch)
tree902d716e9cff9c3a09d9329ef77788791e51cbcc /doc/dict.n
parentb54496ebcaeecd111e6aa8bbcb5b07518838b25f (diff)
downloadtcl-1e2ced92480ce68bbf628c8848e0d41bd18521e2.zip
tcl-1e2ced92480ce68bbf628c8848e0d41bd18521e2.tar.gz
tcl-1e2ced92480ce68bbf628c8848e0d41bd18521e2.tar.bz2
Ditto [dict unset].
Diffstat (limited to 'doc/dict.n')
-rw-r--r--doc/dict.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dict.n b/doc/dict.n
index a75d8fb..32d7ea8 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -216,7 +216,8 @@ dictionary value in that variable that does not contain a mapping for
the given key. Where multiple keys are present, this describes a path
through nested dictionaries to the mapping to remove. At least one key
must be specified, but the last key on the key-path need not exist.
-All other components on the path must exist.
+All other components on the path must exist. The updated dictionary
+value is returned.
.TP
\fBdict update \fIdictionaryVariable key varName \fR?\fIkey varName ...\fR? \fIbody\fR
.