]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-user-mail-address-regexp): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 14:49:22 +0000 (14:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 14:49:22 +0000 (14:49 +0000)
lisp/mail/rmailsum.el

index ba1bd9416785a7010bd08063ad61d4927e22d139..86324242d45e1626ec24233d00884929818f40f8 100644 (file)
@@ -356,7 +356,7 @@ are used to exclude yourself as correspondent.
 
 Usually you don't have to set this variable, except if you collect mails
 sent by you under different user names.
-Then it should be a regexp matching your mail adresses.
+Then it should be a regexp matching your mail addresses.
 
 Setting this variable has an effect only before reading a mail."
   :type '(choice (const :tag "None" nil) regexp)