diff options
author | nyamatongwe <unknown> | 2007-02-25 01:38:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-02-25 01:38:02 +0000 |
commit | e84d8a8042280c29a742f9661758aef40159946d (patch) | |
tree | b30f1dd03890fd0165ae0802bb4da3ce870c9aa4 | |
parent | 146da05a5858a8c93ebb1b6ef5ce9fcd51749251 (diff) | |
download | scintilla-mirror-e84d8a8042280c29a742f9661758aef40159946d.tar.gz |
Slightly more understandable wording.
-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 9a912a4d2..3a08f9db1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2179,7 +2179,7 @@ struct TextToFind { href="#colour">colour</a>)</b><br /> You can choose to override the default selection colouring with these two messages. The colour you provide is used if you set <code>useSelection*Colour</code> to <code>true</code>. If it is - set to <code>false</code>, the default colour colouring is used and the <code>colour</code> + set to <code>false</code>, the default styled colouring is used and the <code>colour</code> argument has no effect.</p> <p><b id="SCI_SETSELALPHA">SCI_SETSELALPHA(int <a class="jump" href="#alpha">alpha</a>)</b><br /> <b id="SCI_GETSELALPHA">SCI_GETSELALPHA</b><br /> |