aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-02 14:49:22 +0000
committerJuanma Barranquero <[email protected]>2002-07-02 14:49:22 +0000
commite91053e833b559c9d2205ae72566cc2c58c7e10a (patch)
tree5ccd79016388326302480aac3b81f9e491e7ccb5 /lisp/mail
parent95b56cdf4bbada544c0cf0efbd46117a60622fcc (diff)
(rmail-user-mail-address-regexp): Fix typo.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailsum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index ba1bd94167..86324242d4 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -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)