diff options
author | nyamatongwe <devnull@localhost> | 2009-06-04 09:12:02 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-06-04 09:12:02 +0000 |
commit | e2b55d44d4dfd76e2383f84ebb009e94ae8c773b (patch) | |
tree | 4f14db4837ff524be0462fb7503b610e2f896859 | |
parent | 42a8d1266f4457cf3b623a9284c7deddbc12e453 (diff) | |
download | scintilla-mirror-e2b55d44d4dfd76e2383f84ebb009e94ae8c773b.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 /> |