diff options
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d275d3105..c0769ffd6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2804,7 +2804,7 @@ struct TextToFind { <p><b id="SCI_BRACEBADLIGHT">SCI_BRACEBADLIGHT(int pos1)</b><br /> If there is no matching brace then the <a class="jump" href="#StyleDefinition">brace - badlighting style</a>, style <code>BRACE_BADLIGHT</code> (35), can be used to show the brace + badlighting style</a>, style <code>STYLE_BRACEBAD</code> (35), can be used to show the brace that is unmatched. Using a position of <code>INVALID_POSITION</code> (-1) removes the highlight.</p> |