diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-28 19:10:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-28 19:10:49 +1000 |
commit | ecb489934d555c1ac01bb4c95b2ae4e58a666b18 (patch) | |
tree | c4bb26ba6839de4267c4bb94d8bcf238ecef00e1 | |
parent | 85c1ffe86e2059ed0f17e741e8149d7dbf987a8d (diff) | |
download | scintilla-mirror-ecb489934d555c1ac01bb4c95b2ae4e58a666b18.tar.gz |
Remove archaic mention of cells.
-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 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> |