diff options
author | nyamatongwe <devnull@localhost> | 2000-12-17 12:13:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-12-17 12:13:19 +0000 |
commit | c67068f8ffba7065fa20ef927f1f8b59a0345da9 (patch) | |
tree | e42327e99b5be1ba7f0bc7775d7581ede682dcb4 | |
parent | c9869d1a1a442cfd6b06b8ff8dc392e64af666be (diff) | |
download | scintilla-mirror-c67068f8ffba7065fa20ef927f1f8b59a0345da9.tar.gz |
Changed comment for UserListShow.
-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. |