From c8e6c06ee52433d94f0cb7b96f821d0bf8a87caf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Apr 2002 07:02:42 +0000 Subject: Changed incorrect mention ot Scintilla_ForceLexers() to correct name, Scintilla_LinkLexers(). --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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

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.

-- cgit v1.2.3