Whitespace fixes

This commit is contained in:
Florian Bruhin 2014-08-03 00:40:28 +02:00
parent b68f22541c
commit 40aa387fb2

View File

@ -279,15 +279,15 @@ class CommandDispatcher:
- `yank-primary`: Yank the link to the primary selection. - `yank-primary`: Yank the link to the primary selection.
- `cmd`: Fill the commandline with `:open` and the link. - `cmd`: Fill the commandline with `:open` and the link.
- `cmd-tab`: Fill the commandline with `:open-tab` and the - `cmd-tab`: Fill the commandline with `:open-tab` and the
link. link.
- `cmd-tag-bg`: Fill the commandline with `:open-tab-bg` and - `cmd-tag-bg`: Fill the commandline with `:open-tab-bg` and
the link. the link.
- `rapid`: Open the link in a new tab and stay in hinting mode. - `rapid`: Open the link in a new tab and stay in hinting mode.
- `download`: Download the link. - `download`: Download the link.
- `userscript`: Call an userscript with `$QUTE_URL` set to the - `userscript`: Call an userscript with `$QUTE_URL` set to the
link. link.
- `spawn`: Spawn a command, with the argument `{hint-url}` - `spawn`: Spawn a command, with the argument `{hint-url}`
replaced by the link. replaced by the link.
*args: Arguments for spawn/userscript. *args: Arguments for spawn/userscript.
""" """