aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.iface3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 691a98a68..5144249f2 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -282,7 +282,7 @@ val SC_IME_INLINE=1
# Is the IME displayed in a window or inline?
get IMEInteraction GetIMEInteraction=2678(,)
-# Choose to display the the IME in a winow or inline.
+# Choose to display the IME in a window or inline.
set void SetIMEInteraction=2679(IMEInteraction imeInteraction,)
enu MarkerSymbol=SC_MARK_
@@ -2652,6 +2652,7 @@ ali SCVS_NOWRAPLINESTART=NO_WRAP_LINE_START
# Set options for virtual space behaviour.
set void SetVirtualSpaceOptions=2596(VirtualSpace virtualSpaceOptions,)
+
# Return options for virtual space behaviour.
get VirtualSpace GetVirtualSpaceOptions=2597(,)