summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew.m.goth@gmail.com <andy>2014-05-21 21:32:44 (GMT)
committerandrew.m.goth@gmail.com <andy>2014-05-21 21:32:44 (GMT)
commitf97afabd212833f9db27fc1223463210f1019b6a (patch)
tree3195eb6d6f5b9941cdb42a4a9ba483211dbd46d8
parentd2e5114a59319a402f669efe477306db4fbd8d59 (diff)
downloadtcl-f97afabd212833f9db27fc1223463210f1019b6a.zip
tcl-f97afabd212833f9db27fc1223463210f1019b6a.tar.gz
tcl-f97afabd212833f9db27fc1223463210f1019b6a.tar.bz2
Update dict man page to state that [dict set] returns the updated dictionary value.
-rw-r--r--doc/dict.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dict.n b/doc/dict.n
index 77c460b..a75d8fb 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -202,7 +202,7 @@ This operation takes the name of a variable containing a dictionary
value and places an updated dictionary value in that variable
containing a mapping from the given key to the given value. When
multiple keys are present, this operation creates or updates a chain
-of nested dictionaries.
+of nested dictionaries. The updated dictionary value is returned.
.TP
\fBdict size \fIdictionaryValue\fR
.