summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 33344b4a..89ca0641 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1234,8 +1234,8 @@ don't consider windows satisfying the predicate EXCLUDE."
(setq warning-suppress-types nil))
(cl-pushnew '(comp) warning-suppress-types :test #'cl-tree-equal)
-;; Invert meaning of C-u for M-= except when the region is active, though M-i
-;; M-= is easier to type than C-u M-=.
+;; Invert meaning of C-u for M-= except when the region is active (though,
+;; M-i M-= is easier to type than C-u M-=).
(defun spw/count-words ()
(interactive)
(if (or (use-region-p) (not current-prefix-arg))