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

index 9bcdd0c36ffd7250f50193da31438e43ba46cb5a..aa0253c314759a468fe18c7e1ba80aec1bf1cb99 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)