diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-03 17:47:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-03 17:47:01 +1000 |
commit | 2d4707b06c226ba7df3879505bc0f7e4dc8966ef (patch) | |
tree | 452c232a08356abdd45edd74ce78c977e294bd94 | |
parent | 5dd189736d36d85e523471407f15e1d2283933fe (diff) | |
download | scintilla-mirror-2d4707b06c226ba7df3879505bc0f7e4dc8966ef.tar.gz |
Removed out-of-date text.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 19829cbd8..88379e4b5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6612,9 +6612,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber); <td align="left">Valid for text changes, not for style changes. If we are collecting undo information this holds a pointer to the text that is handed to the Undo system, otherwise - it is zero. For user performed SC_MOD_BEFOREDELETE the text field is 0 and - for user performed SC_MOD_BEFOREINSERT the text field points to an array of cells, - not bytes and the length is the number of cells.</td> + it is zero. For user performed SC_MOD_BEFOREDELETE the text field is 0.</td> </tr> <tr> |