From f52c7661999d4de837d11b6fb82e8406b549b29d Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Jun 2015 09:20:15 +1000 Subject: Fixed API name for selecting each. --- doc/ScintillaHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9020ee803..fbb7e0058 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -493,7 +493,7 @@
  • Added SCI_MULTIPLESELECTADDNEXT to add the next occurrence of the main selection within the target to the set of selections as main. If the current selection is empty then select word around caret. - SCI_MULTIPLESELECTADDNEXT adds each occurrence of the main selection within the + SCI_MULTIPLESELECTADDEACH adds each occurrence of the main selection within the target to the set of selections.
  • -- cgit v1.2.3