diff options
-rw-r--r-- | lisp/window.el | 2 | ||||
-rw-r--r-- | lisp/woman.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el index c57fef441f5..74512ce14f4 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7874,7 +7874,7 @@ Return non-nil if the window was shrunk, nil otherwise." ;; Groups of windows (Follow Mode). ;; ;; This section of functions extends the functionality of some window -;; manipulating commands to groups of windows co-operatively +;; manipulating commands to groups of windows cooperatively ;; displaying a buffer, typically with Follow Mode. ;; ;; The xxx-function variables are permanent locals so that their local diff --git a/lisp/woman.el b/lisp/woman.el index dc65d1d9f47..d4174d4e17c 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1749,7 +1749,7 @@ Leave point at end of new text. Return length of inserted text." ;; start in 19.34! (save-excursion (let ((case-fold-search t)) - ;; Co-operate with auto-compression mode: + ;; Cooperate with auto-compression mode: (if (and compressed (or (eq compressed t) (string-match-p woman-file-compression-regexp filename)) |