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

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

[nongnu] elpa/swsw ebaa85abdd 031/146: ; Add a missing word to a comment


From: ELPA Syncer
Subject: [nongnu] elpa/swsw ebaa85abdd 031/146: ; Add a missing word to a comment
Date: Wed, 25 May 2022 02:59:41 -0400 (EDT)

branch: elpa/swsw
commit ebaa85abddc078d9653abbb9f308a991cdf2c270
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Add a missing word to a comment
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index f0e71916d9..d9bd80990f 100644
--- a/swsw.el
+++ b/swsw.el
@@ -140,7 +140,7 @@ If set to `lighter', use the mode line lighter of 
`swsw-mode'"
   (let* ((windows (length (window-list-1 nil nil swsw-scope)))
          (chars (length swsw-id-chars))
          (div (/ windows chars)))
-    ;; Check the remainder to returning a longer length than necessary.
+    ;; Check the remainder to avoid returning a longer length than necessary.
     (if (= 0 (mod windows chars))
         div
       (1+ div))))



reply via email to

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