branch: externals/window-commander
commit 74124620af9b0010b0fdcf90bf9b59c97696fdde
Author: Daniel Semyonov <cm...@dsemy.com>
Commit: Daniel Semyonov <cm...@dsemy.com>

    ; Add brief usage information to the docstring of 'swsw-mode'
---
 swsw.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index 1d38c8b4b7..80b1fdc7cd 100644
--- a/swsw.el
+++ b/swsw.el
@@ -201,7 +201,9 @@ If set to `lighter', use the mode line lighter of 
`swsw-mode'"
 
 ;;;###autoload
 (define-minor-mode swsw-mode
-  "Minor mode for selecting windows by their ID."
+  "Minor mode for selecting windows by their ID.
+
+Use \\[swsw-select] to select a window."
   :global t
   :lighter
   (:eval (when (eq swsw-display-function 'lighter)

Reply via email to