diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
| -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 6d9b58416..d39d95165 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4271,7 +4271,7 @@ struct Sci_TextToFind {            <td><code>SCI_HOMEEXTEND</code></td> -          <td><code>[SCI_HOMERECTEXTEND]</code></td> +          <td><code>SCI_HOMERECTEXTEND</code></td>          </tr>          <tr> @@ -4431,7 +4431,7 @@ struct Sci_TextToFind {      capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).</p>      <p>The <code>SCI_HOME*</code> commands move the caret to the start of the line, while the -    <code>SCI_VCHOME*</code>commands move the caret to the first non-blank character of the line +    <code>SCI_VCHOME*</code> commands move the caret to the first non-blank character of the line      (ie. just after the indentation) unless it is already there; in this case, it acts as SCI_HOME*.</p>      <p>The <code>SCI_[HOME|LINEEND]DISPLAY*</code> commands are used when in line wrap mode to | 
