diff options
author | nyamatongwe <unknown> | 2010-10-15 16:40:56 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-10-15 16:40:56 +1100 |
commit | 52e2182d891107cfbf8f00cd902b34b812ddc2ce (patch) | |
tree | f48e279aa946e04093299dc466e24ca48b1d3ab0 | |
parent | 66c09167ac82b63f4584ffd28ad425194811595b (diff) | |
download | scintilla-mirror-52e2182d891107cfbf8f00cd902b34b812ddc2ce.tar.gz |
Clarification.
-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> |