aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-04-27 13:54:12 +1000
committernyamatongwe <unknown>2011-04-27 13:54:12 +1000
commit9512f57c6bd843b171b3f8a64d00ed5b1ab0089a (patch)
treef23c6c06c74ebf4f2b2d439f44731e35a3a98dc0
parent56ed1e9e1c7f02aa7a8110c3b084690822e334c5 (diff)
downloadscintilla-mirror-9512f57c6bd843b171b3f8a64d00ed5b1ab0089a.tar.gz
Include arguments in references.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 5a241e6d6..62f8a6eb9 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3695,8 +3695,8 @@ struct Sci_TextToFind {
<b id="SCI_SETINDICATORCURRENT">SCI_SETINDICATORCURRENT(int indicator)</b><br />
<b id="SCI_GETINDICATORCURRENT">SCI_GETINDICATORCURRENT</b><br />
These two messages set and get the indicator that will be affected by calls to
- <a class="message" href="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE</a> and
- <a class="message" href="#SCI_INDICATORCLEARRANGE">SCI_INDICATORCLEARRANGE</a>.
+ <a class="message" href="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE(int position, int fillLength)</a> and
+ <a class="message" href="#SCI_INDICATORCLEARRANGE">SCI_INDICATORCLEARRANGE(int position, int clearLength)</a>.
</p>
<p>