diff options
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b87650526..0dde0a958 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 24/January/2012 NH</p> + <p>Last edited 6/March/2012 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -4015,7 +4015,7 @@ struct Sci_TextToFind { <b id="SCI_AUTOCGETCANCELATSTART">SCI_AUTOCGETCANCELATSTART</b><br /> The default behavior is for the list to be cancelled if the caret moves to the location it was at when the list was displayed. By calling this message with a <code>false</code> argument, - the list is not cancelled until the caret moves before the first character of the word being + the list is not cancelled until the caret moves at least one character before the word being completed.</p> <p><b id="SCI_AUTOCSETFILLUPS">SCI_AUTOCSETFILLUPS(<unused>, const char *chars)</b><br /> |