aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 02:07:30 +0000
committerGlenn Morris2008-06-27 02:07:30 +0000
commit5618fbd2c79e982d717eaaec749eeb16382ddc04 (patch)
treee3ea21f7cd9dd4e374b280b705a1ec67e0a156a0
parent8e0214ec45c53625e692758433a95233c237e720 (diff)
downloademacs-5618fbd2c79e982d717eaaec749eeb16382ddc04.tar.gz
emacs-5618fbd2c79e982d717eaaec749eeb16382ddc04.zip
American English spelling fix.
-rw-r--r--lisp/arc-mode.el2
-rw-r--r--lisp/woman.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 1f54b32cc06..f97ad4bf8c5 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -723,7 +723,7 @@ archive.
723 (string-match "\\.[aA][rR][cC]$" 723 (string-match "\\.[aA][rR][cC]$"
724 (or buffer-file-name (buffer-name)))) 724 (or buffer-file-name (buffer-name))))
725 'arc) 725 'arc)
726 ;; This pattern modelled on the BSD/GNU+Linux `file' command. 726 ;; This pattern modeled on the BSD/GNU+Linux `file' command.
727 ;; Have seen capital "LHA's", and file has lower case "LHa's" too. 727 ;; Have seen capital "LHA's", and file has lower case "LHa's" too.
728 ;; Note this regexp is also in archive-exe-p. 728 ;; Note this regexp is also in archive-exe-p.
729 ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe) 729 ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe)
diff --git a/lisp/woman.el b/lisp/woman.el
index 5f0b94a1f6e..18cb2319c04 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -234,7 +234,7 @@
234;; The *WoMan-Log* buffer 234;; The *WoMan-Log* buffer
235;; ====================== 235;; ======================
236 236
237;; This is modelled on the byte-compiler. It logs all files formatted 237;; This is modeled on the byte-compiler. It logs all files formatted
238;; by WoMan, and if WoMan finds anything that it cannot handle then it 238;; by WoMan, and if WoMan finds anything that it cannot handle then it
239;; writes a warning to this buffer. If the variable `woman-show-log' 239;; writes a warning to this buffer. If the variable `woman-show-log'
240;; is non-nil (by default it is `nil') then WoMan automatically 240;; is non-nil (by default it is `nil') then WoMan automatically