emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swsw 74124620af 048/146: ; Add brief usage information to


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 74124620af 048/146: ; Add brief usage information to the docstring of 'swsw-mode'
Date: Wed, 25 May 2022 02:59:42 -0400 (EDT)

branch: elpa/swsw
commit 74124620af9b0010b0fdcf90bf9b59c97696fdde
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@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

[Prev in Thread] Current Thread [Next in Thread]