diff options
author | nyamatongwe <devnull@localhost> | 2011-07-19 11:24:56 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-07-19 11:24:56 +1000 |
commit | bb27e8dd8c0e959c7048a18336ac18d482f4d892 (patch) | |
tree | 51b2b667217a2baa9860a98218f99ce6f513d2f6 | |
parent | 2d4022cc7ef6d36d43b6e87a801db8cfa6d576ce (diff) | |
download | scintilla-mirror-bb27e8dd8c0e959c7048a18336ac18d482f4d892.tar.gz |
Fix up spacing and unwanted brackets.
-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 |