aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>