aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-02 14:49:22 +0000
committerJuanma Barranquero2002-07-02 14:49:22 +0000
commite91053e833b559c9d2205ae72566cc2c58c7e10a (patch)
tree5ccd79016388326302480aac3b81f9e491e7ccb5
parent95b56cdf4bbada544c0cf0efbd46117a60622fcc (diff)
downloademacs-e91053e833b559c9d2205ae72566cc2c58c7e10a.tar.gz
emacs-e91053e833b559c9d2205ae72566cc2c58c7e10a.zip
(rmail-user-mail-address-regexp): Fix typo.
-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 ba1bd941678..86324242d45 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -356,7 +356,7 @@ are used to exclude yourself as correspondent.
356 356
357Usually you don't have to set this variable, except if you collect mails 357Usually you don't have to set this variable, except if you collect mails
358sent by you under different user names. 358sent by you under different user names.
359Then it should be a regexp matching your mail adresses. 359Then it should be a regexp matching your mail addresses.
360 360
361Setting this variable has an effect only before reading a mail." 361Setting this variable has an effect only before reading a mail."
362 :type '(choice (const :tag "None" nil) regexp) 362 :type '(choice (const :tag "None" nil) regexp)