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

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

[nongnu] elpa/swsw 53321ab4f2 069/146: ; Correct swsw-select's docstring


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 53321ab4f2 069/146: ; Correct swsw-select's docstring
Date: Wed, 25 May 2022 02:59:46 -0400 (EDT)

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



reply via email to

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