changeset 46130:d38c5a87f842

(rmail-user-mail-address-regexp): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Jul 2002 14:49:22 +0000
parents 991d43f3c8a8
children 7255ef8cf60f
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Tue Jul 02 14:48:56 2002 +0000
+++ b/lisp/mail/rmailsum.el	Tue Jul 02 14:49:22 2002 +0000
@@ -356,7 +356,7 @@
 
 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)