diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-14 21:51:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-14 21:51:36 (GMT) |
commit | 10476c54713d94d900f8d7c637258db1a01ebd93 (patch) | |
tree | 288f77f3a124e3d0cf335ebafd7f8bfed11f27b1 /doc | |
parent | 865f11be2c3ee4294408debefcd72de0fc6b2772 (diff) | |
parent | affb7e28db4184bd802837ba53146b985adee9ba (diff) | |
download | tcl-10476c54713d94d900f8d7c637258db1a01ebd93.zip tcl-10476c54713d94d900f8d7c637258db1a01ebd93.tar.gz tcl-10476c54713d94d900f8d7c637258db1a01ebd93.tar.bz2 |
[9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.
Diffstat (limited to 'doc')
-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: |