aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-12-17 12:13:19 +0000
committernyamatongwe <devnull@localhost>2000-12-17 12:13:19 +0000
commitc67068f8ffba7065fa20ef927f1f8b59a0345da9 (patch)
treee42327e99b5be1ba7f0bc7775d7581ede682dcb4
parentc9869d1a1a442cfd6b06b8ff8dc392e64af666be (diff)
downloadscintilla-mirror-c67068f8ffba7065fa20ef927f1f8b59a0345da9.tar.gz
Changed comment for UserListShow.
-rw-r--r--include/Scintilla.iface2
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.