aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-03-06 10:24:52 +1100
committernyamatongwe <devnull@localhost>2012-03-06 10:24:52 +1100
commit07e00436453bcd6c375d9821c38c951156f0bb27 (patch)
tree67ee4bac44674e3503d4195e5c752cd4e6688b46
parentc402491d08fe245cd6f8dcfa589a1379b4cf44a6 (diff)
downloadscintilla-mirror-07e00436453bcd6c375d9821c38c951156f0bb27.tar.gz
Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038.rel-3-0-4
-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 />