diff options
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 3/May/2011 NH</p> + <p>Last edited 12/May/2011 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -5853,7 +5853,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber); <p><b id="SCN_UPDATEUI">SCN_UPDATEUI</b><br /> 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 <code>updated</code> field is set to the bit set of things changed since the previous notiication.</p> + The <code>updated</code> field is set to the bit set of things changed since the previous notification.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Modify notification type flags"> <tbody> <tr> |