From d874f684635ca8e2088b3fd9fa9b1433f345222c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 4 Feb 2017 22:31:25 +0100 Subject: [PATCH] docs: Clarify hints.mode = number --- qutebrowser/config/configdata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 91588468d..0c0868dfe 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -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 "