From 4c8fd05007555bca62f5b4647395a8669f9f4e78 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 6 May 2021 13:54:28 +1000 Subject: Fix parameter name. --- doc/ScintillaDoc.html | 5 ++--- 1 file 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 { SCI_STYLESETHOTSPOT(int style, bool hotspot)
SCI_STYLEGETHOTSPOT(int style) → bool
- SCI_SETFONTLOCALE(<unused>, const char - *fontName)
- SCI_GETFONTLOCALE(<unused>, char *fontName) → int
+ SCI_SETFONTLOCALE(<unused>, const char *localeName)
+ SCI_GETFONTLOCALE(<unused>, char *localeName) → int

SCI_STYLERESETDEFAULT
-- cgit v1.2.3