diff options
author | nyamatongwe <devnull@localhost> | 2012-04-16 12:23:56 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-16 12:23:56 +1000 |
commit | 7621fd7728520b578d2d71a27c96e979368c8910 (patch) | |
tree | 5b4a2c5da229d461570859abe480df81e5ecdfbc /doc/ScintillaDoc.html | |
parent | 5e71444c72625bc6e77a60b97cd26e36f80573c8 (diff) | |
download | scintilla-mirror-7621fd7728520b578d2d71a27c96e979368c8910.tar.gz |
Fixed spelling.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 87c71d158..ebd64760d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4042,8 +4042,8 @@ struct Sci_TextToFind { <b id="SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</b><br> When autocompletion is set to ignore case (<code>SCI_AUTOCSETIGNORECASE</code>), by default it will nonetheless select the first list member that matches in a case sensitive way to entered characters. - This corresponds to a behaviour property of <code>AC_SELECT_CI_RESPECT_CS</code> (0). - If you want autocompletion to ignore case at all, choose <code>AC_SELECT_CI_IGNORE_CS</code> (1).</p> + This corresponds to a behaviour property of <code>SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE</code> (0). + If you want autocompletion to ignore case at all, choose <code>SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE</code> (1).</p> <p><b id="SCI_AUTOCSETAUTOHIDE">SCI_AUTOCSETAUTOHIDE(bool autoHide)</b><br /> <b id="SCI_AUTOCGETAUTOHIDE">SCI_AUTOCGETAUTOHIDE</b><br /> |