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

    ; Add key binding to swsw-mode's docstring
---
 swsw.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index 45d6106383..8f2e22f4f9 100644
--- a/swsw.el
+++ b/swsw.el
@@ -330,7 +330,12 @@ selection.")
 ;;;###autoload
 (define-minor-mode swsw-mode
   "Minor mode for managing windows using an ID assigned to them
-automatically."
+automatically.
+
+The following key bindings are available after starting window
+selection:
+
+\\{swsw-command-map}"
   :global t
   :lighter
   (:eval (when (eq swsw-display-function 'lighter)

Reply via email to