From 7c5b04d8573ad18503fccb1048868efda6394c73 Mon Sep 17 00:00:00 2001 From: rhkramer Date: Wed, 2 Aug 2017 08:43:08 +1000 Subject: Improve description of HideSelection. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 75b840c17..39ae35c6d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -997,7 +997,7 @@ fun int GetSelText=2161(, stringresult text) # Return the length of the text. fun int GetTextRange=2162(, textrange tr) -# Draw the selection in normal style or with selection highlighted. +# Draw the selection either highlighted or in normal (non-highlighted) style. fun void HideSelection=2163(bool hide,) # Retrieve the x value of the point in the window where a position is displayed. -- cgit v1.2.3