diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-07-08 14:37:10 +0300 |
---|---|---|
committer | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-07-08 14:37:10 +0300 |
commit | 6ade6b3dd22c71dfcc5446baa501abc47d15a2a2 (patch) | |
tree | 82b22b627a801fdf5bb73995e317bbb04a4220f5 | |
parent | c6f596510bf2fc0eb2a90a8c685877d701d4b914 (diff) | |
download | jimtcl-6ade6b3dd22c71dfcc5446baa501abc47d15a2a2.zip jimtcl-6ade6b3dd22c71dfcc5446baa501abc47d15a2a2.tar.gz jimtcl-6ade6b3dd22c71dfcc5446baa501abc47d15a2a2.tar.bz2 |
docs: add link to Oxford Dictionaries for "tickle"
-rw-r--r-- | Tcl_shipped.html | 5 | ||||
-rw-r--r-- | jim_tcl.txt | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Tcl_shipped.html b/Tcl_shipped.html index dad3474..64520c1 100644 --- a/Tcl_shipped.html +++ b/Tcl_shipped.html @@ -1187,7 +1187,8 @@ Built-in regexp now support non-greedy repetition (*?, +?, ??) <div class="sect1">
<h2 id="_tcl_introduction">TCL INTRODUCTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Tcl stands for <em>tool command language</em> and is pronounced <em>tickle.</em>
+<div class="paragraph"><p>Tcl stands for <em>tool command language</em> and is pronounced
+<em><a href="http://www.oxforddictionaries.com/definition/american_english/tickle">tickle</a></em>.
It is actually two things: a language and a library.</p></div>
<div class="paragraph"><p>First, Tcl is a simple textual language, intended primarily for
issuing commands to interactive programs such as text editors,
@@ -8241,7 +8242,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.</code></ <div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-06-29 14:37:33 AEST
+Last updated 2015-07-08 14:28:37 EEST
</div>
</div>
</body>
diff --git a/jim_tcl.txt b/jim_tcl.txt index 13185c8..6dcee2e 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -128,7 +128,8 @@ Changes between 0.70 and 0.71 TCL INTRODUCTION ----------------- -Tcl stands for 'tool command language' and is pronounced 'tickle.' +Tcl stands for 'tool command language' and is pronounced +'http://www.oxforddictionaries.com/definition/american_english/tickle[tickle]'. It is actually two things: a language and a library. First, Tcl is a simple textual language, intended primarily for |