diff options
author | nyamatongwe <unknown> | 2009-07-05 00:34:32 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-05 00:34:32 +0000 |
commit | 052777c10f87a863fae294c0ae28f98b4a3dcded (patch) | |
tree | 97b5729ee6d321d22a9677e0038e9504e53e26c6 | |
parent | edc269d1d53b02a98435b6da6d935d0c039be69b (diff) | |
download | scintilla-mirror-052777c10f87a863fae294c0ae28f98b4a3dcded.tar.gz |
Incorrect identifier for STYLE_BRACEBAD. Fixes bug #2816521.
-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> |