aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-19 11:24:56 +1000
committernyamatongwe <devnull@localhost>2011-07-19 11:24:56 +1000
commitbb27e8dd8c0e959c7048a18336ac18d482f4d892 (patch)
tree51b2b667217a2baa9860a98218f99ce6f513d2f6
parent2d4022cc7ef6d36d43b6e87a801db8cfa6d576ce (diff)
downloadscintilla-mirror-bb27e8dd8c0e959c7048a18336ac18d482f4d892.tar.gz
Fix up spacing and unwanted brackets.
-rw-r--r--doc/ScintillaDoc.html4
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