diff options
author | nyamatongwe <unknown> | 2002-04-10 07:02:42 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-04-10 07:02:42 +0000 |
commit | 67cc961f5ea2f2a912d81d903210cf50bb35171e (patch) | |
tree | 3445a127ea2b8703aeeae3f1253968eb8df65d9e | |
parent | 62da271d516c0c983a32650a94701f286ca06a13 (diff) | |
download | scintilla-mirror-67cc961f5ea2f2a912d81d903210cf50bb35171e.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> |