diff options
author | nyamatongwe <devnull@localhost> | 2004-01-08 23:58:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-01-08 23:58:58 +0000 |
commit | 1681debe9205b12097baa769d3f62d4df50b418f (patch) | |
tree | 5ebb2ddd25f4885da5c8f6f7ea954949a1b1b38d | |
parent | cdf29ee6f6aa008ba3e516891afebbb0e44fa2df (diff) | |
download | scintilla-mirror-1681debe9205b12097baa769d3f62d4df50b418f.tar.gz |
Typo.
-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 cc6c8f422..eba597118 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4137,7 +4137,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p><b id="SCI_SETKEYWORDS">SCI_SETKEYWORDS(int keyWordSet, const char *keyWordList)</b><br /> You can set up to 9 lists of keywords for use by the current lexer. This was increased from 6 - at revsion 1.50. <code>keyWordSet</code> can be 0 to 8 (actually 0 to <code>KEYWORDSET_MAX</code>) + at revision 1.50. <code>keyWordSet</code> can be 0 to 8 (actually 0 to <code>KEYWORDSET_MAX</code>) and selects which keyword list to replace. <code>keyWordList</code> is a list of keywords separated by spaces, tabs, <code>"\n"</code> or <code>"\r"</code> or any combination of these. It is expected that the keywords will be composed of standard ASCII printing characters, |