diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-28 19:14:15 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-28 19:14:15 +1000 |
commit | dd7e9491995f03ee14114ee266a727d40601c9e0 (patch) | |
tree | 3c348f44a9292a3eb4c84d83df445dd25dd9b286 | |
parent | 8e8f23ab88ea4aa47fca84354fdb64aa2845a84a (diff) | |
download | scintilla-mirror-dd7e9491995f03ee14114ee266a727d40601c9e0.tar.gz |
Spelling.
-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 8b2cc85c8..97b0b965b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2535,7 +2535,7 @@ struct Sci_TextToFind { Line ends are not selected by double clicking but do act as word separators. </p> - <p>Words are defined in terms of characters and the sets of characters in each category can be customized to an extent. + <p>Words are defined in terms of characters and the sets of characters in each category can be customised to an extent. The NUL character (0) is always a space as the APIs to set categories use NUL-terminated strings. For single-byte encodings a category may be assigned to any character (1 to 0xFF). For multi-byte encodings a category may be assigned to characters from 1 to 0x7F with static behaviour from 0x80. @@ -5494,7 +5494,7 @@ struct Sci_TextToFind { <b id="SC_ELEMENT_LIST_BACK">SC_ELEMENT_LIST_BACK : colouralpha</b><br /> <b id="SC_ELEMENT_LIST_SELECTED">SC_ELEMENT_LIST_SELECTED : colouralpha</b><br /> <b id="SC_ELEMENT_LIST_SELECTED_BACK">SC_ELEMENT_LIST_SELECTED_BACK : colouralpha</b><br /> - The colours used for autocompletion lists may be customized on Win32 using + The colours used for autocompletion lists may be customised on Win32 using <a class="message" href="#SCI_SETELEMENTCOLOUR"><code>SCI_SETELEMENTCOLOUR</code></a>. </p> |