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

    ; Fix docstring for 'swsw-mode'
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index cd0c4022c8..41d05684cd 100644
--- a/swsw.el
+++ b/swsw.el
@@ -70,7 +70,7 @@ line update for all windows."
 
 ;;;###autoload
 (define-minor-mode swsw-mode
-  "Minor mode for selecting buffers by their ID."
+  "Minor mode for selecting windows by their ID."
   :global t
   (if swsw-mode
       (progn

Reply via email to