From dd7e9491995f03ee14114ee266a727d40601c9e0 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Apr 2021 19:14:15 +1000 Subject: Spelling. --- doc/ScintillaDoc.html | 4 ++-- 1 file 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.

-

Words are defined in terms of characters and the sets of characters in each category can be customized to an extent. +

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 { SC_ELEMENT_LIST_BACK : colouralpha
SC_ELEMENT_LIST_SELECTED : colouralpha
SC_ELEMENT_LIST_SELECTED_BACK : colouralpha
- The colours used for autocompletion lists may be customized on Win32 using + The colours used for autocompletion lists may be customised on Win32 using SCI_SETELEMENTCOLOUR.

-- cgit v1.2.3