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 | fa0a86d972aa2e4ba56c3527d4a20f2354b0c1e4 (patch) | |
tree | 7d3fc136b3b732380d05514e8ceac90de71c7172 | |
parent | 84b9adc43ca0e020849df3cb20514a204aa5b1a2 (diff) | |
download | scintilla-mirror-fa0a86d972aa2e4ba56c3527d4a20f2354b0c1e4.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> |