aboutsummaryrefslogtreecommitdiffhomepage
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
commit38b8e13ca0115e6f18838b6286f032cb2203e630 (patch)
treea7723b8ca507f1bcbd281961f4f388de61a31108
parent8b0dbcf84729a48ab83c8e1ec338e1dcb6c621f9 (diff)
downloadscintilla-mirror-38b8e13ca0115e6f18838b6286f032cb2203e630.tar.gz
Fixed API name for selecting each.
-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>