From e64a5ff2e6b916e858a527610f98f701baae0f90 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 12 May 2011 19:46:46 +1000 Subject: Fixed typo. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6511269a5..50a7ed477 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@

Scintilla Documentation

-

Last edited 3/May/2011 NH

+

Last edited 12/May/2011 NH

There is an overview of the internal design of Scintilla.
@@ -5853,7 +5853,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);

SCN_UPDATEUI
Either the text or styling of the document has changed or the selection range or scroll position has changed. Now would be a good time to update any container UI elements that depend on document or view state. - The updated field is set to the bit set of things changed since the previous notiication.

+ The updated field is set to the bit set of things changed since the previous notification.

-- cgit v1.2.3