diff options
author | rhkramer <unknown> | 2017-08-02 08:43:08 +1000 |
---|---|---|
committer | rhkramer <unknown> | 2017-08-02 08:43:08 +1000 |
commit | 7c5b04d8573ad18503fccb1048868efda6394c73 (patch) | |
tree | 50f910a87b6ab659608ff1d0c74357a7bb47c808 | |
parent | 685c1c667e33144f014c23fd94e3ccd7abf7779b (diff) | |
download | scintilla-mirror-7c5b04d8573ad18503fccb1048868efda6394c73.tar.gz |
Improve description of HideSelection.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
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. |