aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-28 19:10:49 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-28 19:10:49 +1000
commitecb489934d555c1ac01bb4c95b2ae4e58a666b18 (patch)
treec4bb26ba6839de4267c4bb94d8bcf238ecef00e1
parent85c1ffe86e2059ed0f17e741e8149d7dbf987a8d (diff)
downloadscintilla-mirror-ecb489934d555c1ac01bb4c95b2ae4e58a666b18.tar.gz
Remove archaic mention of cells.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 9cf880d0e..7538dd57f 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -6891,7 +6891,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber);
<tr>
<td align="left"><code>length</code></td>
- <td align="left">Length of the change in cells or characters when the text or styling
+ <td align="left">Length of the change in bytes when the text or styling
changes. Set to 0 if not used.</td>
</tr>
@@ -7059,7 +7059,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber);
<td>Text is about to be inserted into the document.</td>
- <td><code>position, if performed by user then text in cells, length in cells</code></td>
+ <td><code>position, if performed by user then text in bytes, length in bytes</code></td>
</tr>
<tr>