From 266438d4bae3d97cee9a24b6aeea8e0f318a2e87 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Jun 2009 10:45:36 +0000 Subject: Typos. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 175be3396..d275d3105 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 9/June/2009 NH

+

Last edited 29/June/2009 NH

There is an overview of the internal design of Scintilla.
@@ -1750,7 +1750,7 @@ struct TextToFind {

SCI_SETVIEWWS(int wsMode)
SCI_GETVIEWWS
- White space can be made visible which may useful for languages in which white space is + White space can be made visible which may be useful for languages in which white space is significant, such as Python. Space characters appear as small centred dots and tab characters as light arrows pointing to the right. There are also ways to control the display of end of line characters. The two messages set and get the @@ -2103,7 +2103,7 @@ struct TextToFind { SCI_STYLEGETFORE(int styleNumber)
SCI_STYLESETBACK(int styleNumber, int colour)
- SCI_STYLESETBACK(int styleNumber)
+ SCI_STYLEGETBACK(int styleNumber)
SCI_STYLESETEOLFILLED(int styleNumber, bool eolFilled)
SCI_STYLEGETEOLFILLED(int styleNumber)
-- cgit v1.2.3