emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 6cd051b: Spelling fix: prefer "cooperate" to "co-


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 6cd051b: Spelling fix: prefer "cooperate" to "co-operate"
Date: Mon, 21 Dec 2015 01:32:38 +0000

branch: emacs-25
commit 6cd051b31c3440486888f417e028554de7542fb0
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fix: prefer "cooperate" to "co-operate"
---
 lisp/window.el |    2 +-
 lisp/woman.el  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/window.el b/lisp/window.el
index c57fef4..74512ce 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 dc65d1d..d4174d4 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]