From b45db0f1ddddf267256387b7b2e88f1dc01d2f2b Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 15 Feb 2016 14:38:11 +0100 Subject: [PATCH] let help text match reality --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 4142adbe7..bf3074946 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -180,7 +180,7 @@ |<>|Whether to scatter hint key chains (like Vimium) or not (like dwb). |<>|Make chars in hint strings uppercase. |<>|The dictionary file to be used by the word hints. -|<>|Whether to auto-follow a hint if there's only one left. +|<>|Follow a hint immediately when the hint text is completely matched. |<>|A comma-separated list of regexes to use for 'next' links. |<>|A comma-separated list of regexes to use for 'prev' links. |============== diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 656452a83..19a7e10e9 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -896,7 +896,7 @@ def data(readonly=False): ('auto-follow', SettingValue(typ.Bool(), 'true'), - "Whether to auto-follow a hint if there's only one left."), + "Follow a hint immediately when the hint text is completely matched."), ('next-regexes', SettingValue(typ.RegexList(flags=re.IGNORECASE),