diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-07 13:14:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-07 13:14:37 (GMT) |
commit | 85cdea1137630c16d1c374073b7c6825b4fc5204 (patch) | |
tree | f7ec54d469add5963df2806eed43e791c306370d /doc/dict.n | |
parent | a894bddf3b1cbc121a181af2d193dc99a92ec4fd (diff) | |
download | tcl-85cdea1137630c16d1c374073b7c6825b4fc5204.zip tcl-85cdea1137630c16d1c374073b7c6825b4fc5204.tar.gz tcl-85cdea1137630c16d1c374073b7c6825b4fc5204.tar.bz2 |
Minor change: Formatting fix
Diffstat (limited to 'doc/dict.n')
-rw-r--r-- | doc/dict.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ variables set appropriately (in the manner of \fBlmap\fR). In an iteration where the evaluated script completes normally (\fBTCL_OK\fR, as opposed to an \fBerror\fR, etc.) the result of the script is put into an accumulator dictionary using the key that is the current contents of the \fIkeyVar\fR -variable at that point. The result of the \fBdict map\fB command is the +variable at that point. The result of the \fBdict map\fR command is the accumulator dictionary after all keys have been iterated over. .RS .PP |