aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-03-06 10:24:52 +1100
committernyamatongwe <unknown>2012-03-06 10:24:52 +1100
commitb21844d93bf5a488ca461404636efe29804a574f (patch)
tree12ab7b2ed9bab15a3ad0a8596bde45cd6576a447
parent7bce51894b66bf4c60926c596631e006c7f1c0e7 (diff)
downloadscintilla-mirror-b21844d93bf5a488ca461404636efe29804a574f.tar.gz
Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038.
-rw-r--r--doc/ScintillaDoc.html4
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(&lt;unused&gt;, const char *chars)</b><br />