From 6143225c814c081c57fced4ad1c8a6a9eb0d944d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 26 Jan 2002 01:30:24 +0000 Subject: Clearer. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3