Make it clear that focus-window focuses the window it is run inside by default.

This commit is contained in:
Kovid Goyal 2018-05-10 08:46:38 +05:30
parent 043530409c
commit 87ab0d7b18
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -374,6 +374,7 @@ def new_window(boss, window, payload):
# focus_window {{{ # focus_window {{{
@cmd( @cmd(
'Focus the specified window', 'Focus the specified window',
'Focus the specified window, if no window is specified, focus the window this command is run inside.',
options_spec=MATCH_WINDOW_OPTION, options_spec=MATCH_WINDOW_OPTION,
argspec='', argspec='',
) )