diff options
author | nyamatongwe <devnull@localhost> | 2012-07-15 20:13:12 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-07-15 20:13:12 +1000 |
commit | 50eef1f7cc51eddd58619412a8b35b1b427c799d (patch) | |
tree | 2cb48c6fae566c243c7336610dc6fa6783b38eef | |
parent | 67558f58f5a0a8abd65fd7c6189c2b8e3eafea3a (diff) | |
download | scintilla-mirror-50eef1f7cc51eddd58619412a8b35b1b427c799d.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 /> |