aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 4960e564e..6a5e54237 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1024,7 +1024,7 @@ set void SetWrapVisualFlagsLocation=2462(int wrapVisualFlagsLocation,)
get int GetWrapVisualFlagsLocation=2463(,)
# Set the start indent for wrapped lines.
-fun void SetWrapStartIndent=2464(int indent,)
+set void SetWrapStartIndent=2464(int indent,)
# Retrive the start indent for wrapped lines.
get int GetWrapStartIndent=2465(,)