aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-04-16 12:23:56 +1000
committernyamatongwe <unknown>2012-04-16 12:23:56 +1000
commit551976903b87b89ed2d905bb2efbd098282615e4 (patch)
tree34d62199248d309441a1bc8c8086a4151be19dcb /doc/ScintillaDoc.html
parent13e7c5dfa626fb3747fbffdff31a125023ac2141 (diff)
downloadscintilla-mirror-551976903b87b89ed2d905bb2efbd098282615e4.tar.gz
Fixed spelling.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html4
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 />