From: Paul Eggert Date: Mon, 21 Dec 2015 01:31:52 +0000 (-0800) Subject: Spelling fix: prefer "cooperate" to "co-operate" X-Git-Tag: emacs-25.0.90~422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cd051b31c3440486888f417e028554de7542fb0;p=emacs.git Spelling fix: prefer "cooperate" to "co-operate" --- 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))