From 68ed6239e41f27755b70d801eece64b55a0b2d64 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 May 2022 09:11:12 -0700 Subject: tweak comment --- .emacs.d/init.el | 4 ++-- 1 file 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)) -- cgit v1.2.3