diff options
Diffstat (limited to 'include')
-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 f5b2610be..7e21cae71 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -464,7 +464,7 @@ set void AutoCSetIgnoreCase=2115(bool ignoreCase,) # Retrieve state of ignore case flag. get bool AutoCGetIgnoreCase=2116(,) -# Retrieve state of ignore case flag. +# Display a list of strings and send notification when user chooses one. fun void UserListShow=2117(int listType, string itemList) # Set the number of spaces used for one level of indentation. |