diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-06 13:54:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-06 13:54:28 +1000 |
commit | 4c8fd05007555bca62f5b4647395a8669f9f4e78 (patch) | |
tree | d97a8ac77bee53f02148a5f5dfde48aedd5b7366 | |
parent | bd96ee0c5d4f06895a76459ac3f0813b9e7445ce (diff) | |
download | scintilla-mirror-4c8fd05007555bca62f5b4647395a8669f9f4e78.tar.gz |
Fix parameter name.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 32a87bb41..1c5ff9b20 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2970,9 +2970,8 @@ struct Sci_TextToFind { <a class="message" href="#SCI_STYLESETHOTSPOT">SCI_STYLESETHOTSPOT(int style, bool hotspot)</a><br /> <a class="message" href="#SCI_STYLEGETHOTSPOT">SCI_STYLEGETHOTSPOT(int style) → bool</a><br /> - <a class="message" href="#SCI_SETFONTLOCALE">SCI_SETFONTLOCALE(<unused>, const char - *fontName)</a><br /> - <a class="message" href="#SCI_GETFONTLOCALE">SCI_GETFONTLOCALE(<unused>, char *fontName) → int</a><br /> + <a class="message" href="#SCI_SETFONTLOCALE">SCI_SETFONTLOCALE(<unused>, const char *localeName)</a><br /> + <a class="message" href="#SCI_GETFONTLOCALE">SCI_GETFONTLOCALE(<unused>, char *localeName) → int</a><br /> </code> <p><b id="SCI_STYLERESETDEFAULT">SCI_STYLERESETDEFAULT</b><br /> |