diff options
author | andy <andrew.m.goth@gmail.com> | 2014-05-21 21:40:09 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2014-05-21 21:40:09 (GMT) |
commit | b68044f1c2c437f75fff5b19af664d37c437c5d5 (patch) | |
tree | 902d716e9cff9c3a09d9329ef77788791e51cbcc /doc | |
parent | 386bb1b67e76eaf39b92cdf01371a162d06a1c28 (diff) | |
download | tcl-b68044f1c2c437f75fff5b19af664d37c437c5d5.zip tcl-b68044f1c2c437f75fff5b19af664d37c437c5d5.tar.gz tcl-b68044f1c2c437f75fff5b19af664d37c437c5d5.tar.bz2 |
Ditto [dict unset].
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dict.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 . |