]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix: prefer "cooperate" to "co-operate"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Dec 2015 01:31:52 +0000 (17:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Dec 2015 01:32:35 +0000 (17:32 -0800)
lisp/window.el
lisp/woman.el

index c57fef441f5e4dc0a7a6d78ac9c3c8a4127b3d55..74512ce14f494044123725dfb4c4ab4a3874d074 100644 (file)
@@ -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
index dc65d1d9f475125a5cde81f3da5aac38c621c957..d4174d4e17c899581824cc055a60aef7b38a6b3d 100644 (file)
@@ -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))