diff options
| author | nyamatongwe <unknown> | 2003-08-03 12:48:57 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-08-03 12:48:57 +0000 | 
| commit | c49f0b23baf7dcc7ad5c60872828f35715e01d81 (patch) | |
| tree | f492624eb957af13a6e4808ef72431f10836dc26 | |
| parent | d794ab119c0db68ab4f38551dd5eeb3e11d7847d (diff) | |
| download | scintilla-mirror-c49f0b23baf7dcc7ad5c60872828f35715e01d81.tar.gz | |
Added link to Finseth book.
| -rw-r--r-- | doc/ScintillaRelated.html | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index ffdb488b6..c956e0b3b 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -329,7 +329,10 @@      <h3>         Documents      </h3> - +    <p> +       <a href="http://www.finseth.com/~fin/craft/">The Craft of Text Editing</a> +       describes how EMACS works, <i>Craig A. Finseth</i> +    </p>      <p>         <a href="http://freespace.virgin.net/james.brown7/tuts/bigmem02.htm">Span Tables</a>         are another data structure that can be used to represent documents in memory in a way | 
