diff options
| -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 | 
