Fix search engine syntax documentation.

We changed the syntax in 68398035ef but didn't
adjust the documentation.

See #14.
This commit is contained in:
Florian Bruhin 2015-04-03 20:54:27 +02:00
parent 25fca03dca
commit 068947ba7e
2 changed files with 5 additions and 5 deletions

View File

@ -1332,7 +1332,7 @@ Default: +pass:[\bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|
== searchengines == searchengines
Definitions of search engines which can be used via the address bar. Definitions of search engines which can be used via the address bar.
The searchengine named `DEFAULT` is used when `general -> auto-search` is true and something else than a URL was entered to be opened. Other search engines can be used via the bang-syntax, e.g. `:open qutebrowser !google`. The string `{}` will be replaced by the search term, use `{{` and `}}` for literal `{`/`}` signs. The searchengine named `DEFAULT` is used when `general -> auto-search` is true and something else than a URL was entered to be opened. Other search engines can be used by prepending the search engine name to the search term, e.g. `:open google qutebrowser`. The string `{}` will be replaced by the search term, use `{{` and `}}` for literal `{`/`}` signs.
== aliases == aliases
Aliases for commands. Aliases for commands.

View File

@ -80,10 +80,10 @@ SECTION_DESC = {
"bar.\n" "bar.\n"
"The searchengine named `DEFAULT` is used when " "The searchengine named `DEFAULT` is used when "
"`general -> auto-search` is true and something else than a URL was " "`general -> auto-search` is true and something else than a URL was "
"entered to be opened. Other search engines can be used via the " "entered to be opened. Other search engines can be used by prepending "
"bang-syntax, e.g. `:open qutebrowser !google`. The string `{}` will " "the search engine name to the search term, e.g. "
"be replaced by the search term, use `{{` and `}}` for literal " "`:open google qutebrowser`. The string `{}` will be replaced by the "
"`{`/`}` signs."), "search term, use `{{` and `}}` for literal `{`/`}` signs."),
'aliases': ( 'aliases': (
"Aliases for commands.\n" "Aliases for commands.\n"
"By default, no aliases are defined. Example which adds a new command " "By default, no aliases are defined. Example which adds a new command "