aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-26 01:30:24 +0000
committernyamatongwe <unknown>2002-01-26 01:30:24 +0000
commit6143225c814c081c57fced4ad1c8a6a9eb0d944d (patch)
tree3c91b1e1437aec3211b9bcac916adf4ec3e1e69c
parent3860c7b05fcb49c6952ab7636645989f4e2d5733 (diff)
downloadscintilla-mirror-6143225c814c081c57fced4ad1c8a6a9eb0d944d.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.