aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d3fb10647..5367169f2 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1952,10 +1952,10 @@ get int GetSelections=2570(,)
fun void ClearSelections=2571(,)
# Set a simple selection
-fun int SetSelection=2572(int currentPos,int anchor)
+fun int SetSelection=2572(int caret,int anchor)
# Add a selection
-fun int AddSelection=2573(int currentPos,int anchor)
+fun int AddSelection=2573(int caret,int anchor)
# Set the main selection
set void SetMainSelection=2574(int selection,)