diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-14 21:49:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-14 21:49:08 (GMT) |
commit | 107760e1da69bea9909836bbca15050447991311 (patch) | |
tree | a93786a38864253e41ee5268f8383ceed27e2eed /doc/dict.n | |
parent | bbcbd64e3beffa016fdd4c8b74d2ea5f22b7dd94 (diff) | |
download | tcl-107760e1da69bea9909836bbca15050447991311.zip tcl-107760e1da69bea9909836bbca15050447991311.tar.gz tcl-107760e1da69bea9909836bbca15050447991311.tar.bz2 |
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.
Diffstat (limited to 'doc/dict.n')
-rw-r--r-- | doc/dict.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ puts $foo # prints: \fIa b foo {a b} bar 2 baz 3\fR .CE .SH "SEE ALSO" -append(n), array(n), foreach(n), mapeach(n), incr(n), list(n), lappend(n), set(n) +append(n), array(n), foreach(n), incr(n), list(n), lappend(n), lmap(n), set(n) .SH KEYWORDS dictionary, create, update, lookup, iterate, filter, map '\" Local Variables: |