Mercurial > emacs
changeset 96360:b4fbe199423a
American English spelling fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 27 Jun 2008 02:07:30 +0000 |
parents | 3ca72078953e |
children | a99299e4d2de |
files | lisp/arc-mode.el lisp/woman.el |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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