aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-26 01:30:24 +0000
committernyamatongwe <devnull@localhost>2002-01-26 01:30:24 +0000
commite64ce8daf07a9b1e610f532e818144d1fbbf639f (patch)
tree3c91b1e1437aec3211b9bcac916adf4ec3e1e69c
parent2ad8f4f8ee3633ab00655799cb6ca1dc78881872 (diff)
downloadscintilla-mirror-e64ce8daf07a9b1e610f532e818144d1fbbf639f.tar.gz
Clearer.
-rw-r--r--include/Scintilla.iface3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 47e244b4f..51686f184 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -519,7 +519,8 @@ set void AutoCSetCancelAtStart=2110(bool cancel,)
# Retrieve whether auto-completion cancelled by backspacing before start.
get bool AutoCGetCancelAtStart=2111(,)
-# Define a set of character that when typed fills up the selected word.
+# Define a set of characters that when typed will cause the autocompletion to
+# choose the selected item.
set void AutoCSetFillUps=2112(, string characterSet)
# Should a single item auto-completion list automatically choose the item.