summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:19:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:19:44 -0600
commit32e60eb3ba1906390fd28f8e53d7851903f6810a (patch)
tree9afbb5c66f23cd2fab4b8f363f239d9e9d60e4d2 /doc
parent5fbeeb1ce8009d85f988021e18bb11c422897d3a (diff)
downloadtqscintilla-32e60eb3ba1906390fd28f8e53d7851903f6810a.tar.gz
tqscintilla-32e60eb3ba1906390fd28f8e53d7851903f6810a.zip
Fix linear alphabet string errors
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/Scintilla/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Scintilla/ScintillaDoc.html b/doc/Scintilla/ScintillaDoc.html
index a32f9ef..0c6177a 100755
--- a/doc/Scintilla/ScintillaDoc.html
+++ b/doc/Scintilla/ScintillaDoc.html
@@ -2449,7 +2449,7 @@ struct TextToFind {
function.
For example, if you don't allow '_' in your set of characters
use:<br />
- <code>SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789")</code>;</p>
+ <code>SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")</code>;</p>
<p><b id="SCI_SETWHITESPACECHARS">SCI_SETWHITESPACECHARS(&lt;unused&gt;, const char *chars)</b><br />
Similar to <code>SCI_SETWORDCHARS</code>, this message allows the user to define which chars Scintilla considers