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 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> | 
