aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-06-20 09:20:15 +1000
committerNeil <nyamatongwe@gmail.com>2015-06-20 09:20:15 +1000
commitf52c7661999d4de837d11b6fb82e8406b549b29d (patch)
tree77fad1306a0653412fe37d9b64d049acd8f61299 /doc/ScintillaHistory.html
parent648965998f0fb461a0a0b4bfef3e4ba17893f047 (diff)
downloadscintilla-mirror-f52c7661999d4de837d11b6fb82e8406b549b29d.tar.gz
Fixed API name for selecting each.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<li>
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.
</li>
<li>