diff options
| -rw-r--r-- | include/Scintilla.iface | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 276ba8dd7..2fe27654a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -98,7 +98,7 @@ fun void AddStyledText=2002(int length, cells c)  # Insert string at a position.  fun void InsertText=2003(position pos, string text) -# Change the text that is being inserted in response to SC_MOD_INSERTCHECK  +# Change the text that is being inserted in response to SC_MOD_INSERTCHECK  fun void ChangeInsertion=2672(int length, string text)  # Delete all text in the document. | 
