docs: Clarify hints.mode = number

This commit is contained in:
Lucas Hoffmann 2017-02-04 22:31:25 +01:00
parent 378e4f1bdd
commit d874f68463

View File

@ -936,7 +936,9 @@ def data(readonly=False):
('mode',
SettingValue(typ.String(
valid_values=typ.ValidValues(
('number', "Use numeric hints."),
('number', "Use numeric hints. (In this mode you can "
"also type letters form the hinted element to filter "
"and reduce the number of elements that are hinted.)"),
('letter', "Use the chars in the hints -> "
"chars setting."),
('word', "Use hints words based on the html "