aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6d64439c7..d9154f97c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -584,7 +584,7 @@
The selection background colour may default to use platform APIs to discover global
or user settings and may change in response to those settings changing.
The SCI_SETSELECTIONLAYER method defines whether the selection background is drawn
- translucently over text or opaquely underneath other drawing.
+ translucently over or under text or opaquely underneath other drawing.
</li>
<li>
Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and
@@ -593,7 +593,7 @@
SCI_SETCARETLINEBACKALPHA now discouraged.
</li>
<li>
- Add SCI_MARKERSETLAYER to define layer on which to draw conetent area markers.
+ Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
This replaces the use of SC_ALPHA_NOALPHA for markers.
</li>
<li>