aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-01-25 08:54:18 +1100
committerNeil <nyamatongwe@gmail.com>2020-01-25 08:54:18 +1100
commitb6706ed7be03e06a9c2cce349ff19eb95055c6bd (patch)
treeef3895d5137fb363fe428977dd1f434a51a44300
parentee79a4e2a10c3f75fc8e24f875e0304fafdcab2b (diff)
downloadscintilla-mirror-b6706ed7be03e06a9c2cce349ff19eb95055c6bd.tar.gz
Fix line end whitespace and change edited date.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index ec1e79afb..3e741ec3f 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -119,7 +119,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 21 December 2019 NH</p>
+ <p>Last edited 25 January 2020 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -1839,7 +1839,7 @@ struct Sci_TextToFind {
<b id="SCI_GETSELECTIONNEND">SCI_GETSELECTIONNEND(int selection) &rarr; position</b><br />
<b id="SCI_GETSELECTIONNENDVIRTUALSPACE">SCI_GETSELECTIONNENDVIRTUALSPACE(int selection) &rarr; position</b><br />
Set or query the start and end position of each already existing selection.
- Query the virtual space at start and end of each selection.
+ Query the virtual space at start and end of each selection.
Mostly of use to query each range for its text. The selection parameter is zero-based. </p>
<p>