]> git.eshelyaron.com Git - emacs.git/commitdiff
(authors-obsolete-file-p): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 11:07:28 +0000 (11:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 11:07:28 +0000 (11:07 +0000)
lisp/ChangeLog
lisp/emacs-lisp/authors.el

index 470315b98f1f1586bf08450100da525eb000731a..b6cf752a663b283b9779043f6de671436920e2ed 100644 (file)
@@ -8,6 +8,8 @@
        (speedbar-mouse-hscroll): Likewise.
        (speedbar-file-lists): Likewise.
 
+       * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
+
 2002-07-09  Juanma Barranquero  <lektu@terra.es>
 
        * faces.el (face-id): Fix typo.
index acb9573e66dcfbf2845f6f9aafdd140d33484d32..9d5feb368795e6ece90b154aaf443c516fc7953e 100644 (file)
@@ -46,7 +46,7 @@ file individually.")
     ("(pmr@legacy.pajato.com)" . "Paul Reilly")
     ("(Eric Youngdale at youngdale@v6550c.nrl.navy.mil)" . "Eric Youngdale")
     ("<Daniel.Pfeiffer@Informatik.START.db.de>" . "Daniel Pfeiffer")
-    ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer") 
+    ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer")
     ("(afs@hplb.hpl.hp.com)" . "ignore")
     ("<Use-Author-Address-Header@\\[127.1\\]>" . "ignore")
     ("Code Extracted" . "ignore")
@@ -240,10 +240,10 @@ listed.")
            (setq action item)
          (authors-add author item action table))))))
 
-          
+
 (defun authors-obsolete-file-p (file)
   "Return non-nil if FILE is obsolete.
-FILE is considered obsolete if it matches on of the regular expressions
+FILE is considered obsolete if it matches one of the regular expressions
 from `authors-obsolete-files-regexps'."
   (let (obsolete-p
        (regexps authors-obsolete-files-regexps))
@@ -315,7 +315,7 @@ file.
 
 :wrote         means the author wrote the file
 :changed       means he changed the file."
-  
+
   (let* ((enable-local-variables t)
         (enable-local-eval t)
         (existing-buffer (get-file-buffer file))