summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-12-20 17:31:52 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-12-20 17:32:35 -0800
commit6cd051b31c3440486888f417e028554de7542fb0 (patch)
treee61b7143842b1e97a6f02eaf9031b2859ac83361
parent3864302c81d29c762c8ae31626bf22df69a8c99f (diff)
downloademacs-6cd051b31c3440486888f417e028554de7542fb0.tar.gz
Spelling fix: prefer "cooperate" to "co-operate"
-rw-r--r--lisp/window.el2
-rw-r--r--lisp/woman.el2
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))