diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index a589750f..365285d1 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -340,12 +340,13 @@ .*

- A list of regexps defining which completion contexts should be - auto-completed. When the value is non-empty, the completion list - is automatically when the command-line is focused. - Thereafter, any key press triggers a completion update for the - matching contexts. Non-matching contexts will only be updated - when the key is pressed. This option is useful for + Enables automatic completion for completion groups matching the + given regular expressions. When automatic completion is enabled, + the completion list is automatically opened when the + command-line is focused. Thereafter, any key press + triggers a completion update for the matching groups (hereafter + ‘contexts’). Non-matching contexts will only be updated when the + key is pressed. This option is useful for disabling auto-completion for computationally intensive contexts that don't perform well when your system is under load.

@@ -358,7 +359,7 @@ Completion contexts have names very much like Unix path names. - These denotes the tree in which they're called. A completer will + These denote the tree in which they're called. A completer will never be called unless every completer preceding it in the tree was also called. For example, if your completer excludes /ex/, it will also exclude /ex/bmarks, and