# HG changeset patch # User Glenn Morris # Date 1214532450 0 # Node ID b4fbe199423aa5b84ccb5544ec0ab840bc674f1a # Parent 3ca72078953e70f57cc2ec4080b48db843a4ff3c American English spelling fix. diff -r 3ca72078953e -r b4fbe199423a lisp/arc-mode.el --- a/lisp/arc-mode.el Fri Jun 27 00:54:23 2008 +0000 +++ b/lisp/arc-mode.el Fri Jun 27 02:07:30 2008 +0000 @@ -723,7 +723,7 @@ (string-match "\\.[aA][rR][cC]$" (or buffer-file-name (buffer-name)))) 'arc) - ;; This pattern modelled on the BSD/GNU+Linux `file' command. + ;; This pattern modeled on the BSD/GNU+Linux `file' command. ;; Have seen capital "LHA's", and file has lower case "LHa's" too. ;; Note this regexp is also in archive-exe-p. ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe) diff -r 3ca72078953e -r b4fbe199423a lisp/woman.el --- a/lisp/woman.el Fri Jun 27 00:54:23 2008 +0000 +++ b/lisp/woman.el Fri Jun 27 02:07:30 2008 +0000 @@ -234,7 +234,7 @@ ;; The *WoMan-Log* buffer ;; ====================== -;; This is modelled on the byte-compiler. It logs all files formatted +;; This is modeled on the byte-compiler. It logs all files formatted ;; by WoMan, and if WoMan finds anything that it cannot handle then it ;; writes a warning to this buffer. If the variable `woman-show-log' ;; is non-nil (by default it is `nil') then WoMan automatically