diff options
| author | nyamatongwe <devnull@localhost> | 2010-10-15 16:40:56 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-10-15 16:40:56 +1100 |
| commit | fd56cc023789d666b53803983979e7ac9fd0d428 (patch) | |
| tree | 8ec629f183cfcf0fa9a8c24448347271efb54865 /doc | |
| parent | 5aa2382ca73cf034ede533063c9b9a65187215a6 (diff) | |
| download | scintilla-mirror-fd56cc023789d666b53803983979e7ac9fd0d428.tar.gz | |
Clarification.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDoc.html | 2 |
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> |
