diff options
author | nyamatongwe <unknown> | 2012-07-15 20:13:12 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-15 20:13:12 +1000 |
commit | 7fdfa38e47ddbb46005ecbbc29fe0a3136501564 (patch) | |
tree | 191d39af25cbc85fe75fce44f2f37aa84f084785 | |
parent | 5684deae0908392129f9f2a03998120b10e798ab (diff) | |
download | scintilla-mirror-7fdfa38e47ddbb46005ecbbc29fe0a3136501564.tar.gz |
Undid last change as it was incorrect.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 7e95b6e93..0fe4b05c7 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1739,8 +1739,7 @@ struct Sci_TextToFind { <p><b id="SCI_SCROLLCARET">SCI_SCROLLCARET</b><br /> If the current position (this is the caret if there is no selection) is not visible, the view - is scrolled to make it visible according to the current caret policy. - Line wrapping is not taken into account by this command.</p> + is scrolled to make it visible according to the current caret policy.</p> <p><b id="SCI_SETXCARETPOLICY">SCI_SETXCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> <b id="SCI_SETYCARETPOLICY">SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> |