diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDoc.html | 4 | 
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> | 
