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
commit77ca3cdf8c0ff84552fdb1e820fb6290f7c9374c (patch)
tree8942eb7350812f4caa407093432974e1f6f7ef60
parent3636e5a245afd3b6be0c9f5744b588a90d8b4058 (diff)
downloadscintilla-mirror-77ca3cdf8c0ff84552fdb1e820fb6290f7c9374c.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>