diff options
author | rhkramer <unknown> | 2017-08-02 08:43:08 +1000 |
---|---|---|
committer | rhkramer <unknown> | 2017-08-02 08:43:08 +1000 |
commit | 9c12f8daa8113abecacabbad8edf7f5b97175a05 (patch) | |
tree | e4734ee81f8b7a74d332c13ceceec6915ea8af1a | |
parent | f8b2724178d5b6e3e2d2fba7ae21f1ab7664a226 (diff) | |
download | scintilla-mirror-9c12f8daa8113abecacabbad8edf7f5b97175a05.tar.gz |
Backport: Improve description of HideSelection.
Backport of changeset 6363:a56da7a004b4.
-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 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. |