diff options
author | nyamatongwe <unknown> | 2009-06-04 09:12:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-06-04 09:12:02 +0000 |
commit | 1574bf78b43284db9f4ff88c1c77d82ce6fa79ea (patch) | |
tree | 4f14db4837ff524be0462fb7503b610e2f896859 | |
parent | 678ca8cba35959874866b847c017459daa1faf30 (diff) | |
download | scintilla-mirror-1574bf78b43284db9f4ff88c1c77d82ce6fa79ea.tar.gz |
Changed to match behaviour.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 94e6af19d..d4e9146f9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4654,7 +4654,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p><b id="SCI_SETWRAPSTARTINDENT">SCI_SETWRAPSTARTINDENT(int indent)</b><br /> <b id="SCI_GETWRAPSTARTINDENT">SCI_GETWRAPSTARTINDENT</b><br /> <code>SCI_SETWRAPSTARTINDENT</code> sets the size of indentation of sublines for - wrapped lines in terms of the width of a space in + wrapped lines in terms of the average character width in <a class="message" href="#StyleDefinition"><code>STYLE_DEFAULT</code></a>. There are no limits on indent sizes, but values less than 0 or large values may have undesirable effects.<br /> |