summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-23 09:11:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-23 13:36:15 -0700
commit68ed6239e41f27755b70d801eece64b55a0b2d64 (patch)
tree6d6af834db7233c8ce8d39809ecf371b3191fabe
parent5e92a49d954b52dd274cf5f35fa947758271a038 (diff)
downloaddotfiles-68ed6239e41f27755b70d801eece64b55a0b2d64.tar.gz
tweak comment
-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))