diff options
author | nyamatongwe <devnull@localhost> | 2009-07-10 09:55:39 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-10 09:55:39 +0000 |
commit | 1a21ea5097c2cd657b9edc16ef7379430edcd40a (patch) | |
tree | a2700244555ca40ac29149163fc702f7ee813d9d | |
parent | f69c0d399c57d25cda78177a197a0b71d1dc5118 (diff) | |
download | scintilla-mirror-1a21ea5097c2cd657b9edc16ef7379430edcd40a.tar.gz |
Fixed incorrect comment.
-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 08217edcc..76d9da08a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1942,7 +1942,7 @@ get bool GetMultiLineCaretBlinks=2566(,) # How many selections are there? get int GetSelections=2570(,) -# Add a selection +# Clear selections to a single empty stream selection fun void ClearSelections=2571(,) # Set a simple selection |