(message-bogus-recipient-p): Fix type in doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 29 May 2008 18:00:08 +0000 (18:00 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 29 May 2008 18:00:08 +0000 (18:00 +0000)
Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.

lisp/ChangeLog
lisp/message.el

index 3d71673..accc38d 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-bogus-recipient-p): Fix type in doc string.
+       Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
+
 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * dgnushack.el: Autoload debug, eudc-expand-inline and
index 82dd24c..855df5c 100644 (file)
@@ -4167,7 +4167,7 @@ not have PROP."
 RECIPIENTS is a mail header.  Return a list of potentially bogus
 addresses.  If none is found, return nil.
 
-An addresses might be bogus if the domain part is not fully
+An address might be bogus if the domain part is not fully
 qualified, see `message-valid-fqdn-regexp', or if it matches
 `message-bogus-address-regexp'."
   ;; FIXME: How about "foo@subdomain", when the MTA adds ".domain.tld"?