diff options
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 113c5e797..20c932742 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,7 +589,7 @@ Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator. SC_MARK_BAR is an outlined and filled rectangle that takes the full height of the line and 1/3 of the margin width. - To give a connected appearence, it displays even on wrapped lines and draws end caps on the first and last line. + To give a connected appearance, it displays even on wrapped lines and draws end caps on the first and last line. INDIC_POINT_TOP is the same as INDIC_POINT but draws at the top of the line instead of the bottom. INDIC_POINT and INDIC_POINTCHARACTER were tweaked to be 1 pixel taller and 2 pixels wider in two-phase draw mode to be clearer. |