branch: externals/window-commander commit ebaa85abddc078d9653abbb9f308a991cdf2c270 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@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))))