From 9c12f8daa8113abecacabbad8edf7f5b97175a05 Mon Sep 17 00:00:00 2001 From: rhkramer Date: Wed, 2 Aug 2017 08:43:08 +1000 Subject: Backport: Improve description of HideSelection. Backport of changeset 6363:a56da7a004b4. --- 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 7c98a3daf..8cfcb556d 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