diff options
author | nyamatongwe <devnull@localhost> | 2002-04-10 07:02:42 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-04-10 07:02:42 +0000 |
commit | c8e6c06ee52433d94f0cb7b96f821d0bf8a87caf (patch) | |
tree | 3445a127ea2b8703aeeae3f1253968eb8df65d9e | |
parent | 823487b054bf275185c0925c68621d7c7c73029a (diff) | |
download | scintilla-mirror-c8e6c06ee52433d94f0cb7b96f821d0bf8a87caf.tar.gz |
Changed incorrect mention ot Scintilla_ForceLexers() to correct name,
Scintilla_LinkLexers().
-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 2905e5e22..118a8746c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1735,7 +1735,7 @@ EM_SETTARGETDEVICE <p> Depending on the compiler and linker used, the lexers may be stripped out. This is most often caused when building a static library. To ensure - the lexers are linked in, the Scintilla_ForceLexers() function may be + the lexers are linked in, the Scintilla_LinkLexers() function may be called. This function is not normally compiled and to ensure it is compiled the preprocessor symbol LINK_LEXERS should be defined. </p> |