branch: externals/window-commander commit 53321ab4f23116e965392254429ae081615e96a7 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Correct swsw-select's docstring --- swsw.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swsw.el b/swsw.el index ffc8495ba8..7be57ed680 100644 --- a/swsw.el +++ b/swsw.el @@ -212,8 +212,8 @@ If set to ‘lighter’, use the mode line lighter of ‘swsw-mode’." (defun swsw-select (&optional id) "Select a window by its ID. -If less than three windows have been assigned an ID, -call ‘other-window’. +If less than three windows have been assigned an ID, select the +window returned by ‘next-window’. This command is intended to be used only when ‘swsw-mode’ is enabled." (interactive (unless (< (length swsw-window-list) 3) (run-hooks 'swsw-before-select-hook)