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 ce3a78002..8734b66b4 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4646,7 +4646,7 @@ EM_SETTARGETDEVICE <code>src/LexGen.py</code> script from the <code>src</code> directory to update the make files and <code>KeyWords.cxx</code>. <code>LexGen.py</code> requires Python 2.1 or later. If you do not have access to Python, you can hand edit <code>KeyWords.cxx</code> in a simple-minded way, - following the patterns of other lexers. The important think is to include + following the patterns of other lexers. The important thing is to include <code>LINK_LEXER(lmMyLexer);</code> to correspond with the <code>LexerModule lmMyLexer(...);</code> in your lexer source code.</p> </body> |