diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-20 17:31:52 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-20 17:32:35 -0800 |
commit | 6cd051b31c3440486888f417e028554de7542fb0 (patch) | |
tree | e61b7143842b1e97a6f02eaf9031b2859ac83361 /lisp/woman.el | |
parent | 3864302c81d29c762c8ae31626bf22df69a8c99f (diff) | |
download | emacs-6cd051b31c3440486888f417e028554de7542fb0.tar.gz |
Spelling fix: prefer "cooperate" to "co-operate"
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |