diff options
author | nyamatongwe <devnull@localhost> | 2009-07-05 00:34:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-05 00:34:32 +0000 |
commit | 5363f118a80b2cc51a743e1b23b175bcc1679113 (patch) | |
tree | 97b5729ee6d321d22a9677e0038e9504e53e26c6 | |
parent | d9e541b544e8af8da1e63aa495da5ff87958e2f8 (diff) | |
download | scintilla-mirror-5363f118a80b2cc51a743e1b23b175bcc1679113.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> |