aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-10-15 16:40:56 +1100
committernyamatongwe <devnull@localhost>2010-10-15 16:40:56 +1100
commitfd56cc023789d666b53803983979e7ac9fd0d428 (patch)
tree8ec629f183cfcf0fa9a8c24448347271efb54865 /doc
parent5aa2382ca73cf034ede533063c9b9a65187215a6 (diff)
downloadscintilla-mirror-fd56cc023789d666b53803983979e7ac9fd0d428.tar.gz
Clarification.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 153d0cfda..2cd53f3aa 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3866,7 +3866,7 @@ struct Sci_TextToFind {
<p><b id="SCI_AUTOCSETCANCELATSTART">SCI_AUTOCSETCANCELATSTART(bool cancel)</b><br />
<b id="SCI_AUTOCGETCANCELATSTART">SCI_AUTOCGETCANCELATSTART</b><br />
- The default behavior is for the list to be cancelled if the caret moves before the location it
+ 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
completed.</p>