diff options
| author | Juanma Barranquero | 2002-07-02 14:49:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-02 14:49:22 +0000 |
| commit | e91053e833b559c9d2205ae72566cc2c58c7e10a (patch) | |
| tree | 5ccd79016388326302480aac3b81f9e491e7ccb5 | |
| parent | 95b56cdf4bbada544c0cf0efbd46117a60622fcc (diff) | |
| download | emacs-e91053e833b559c9d2205ae72566cc2c58c7e10a.tar.gz emacs-e91053e833b559c9d2205ae72566cc2c58c7e10a.zip | |
(rmail-user-mail-address-regexp): Fix typo.
| -rw-r--r-- | lisp/mail/rmailsum.el | 2 |
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 | ||
| 357 | Usually you don't have to set this variable, except if you collect mails | 357 | Usually you don't have to set this variable, except if you collect mails |
| 358 | sent by you under different user names. | 358 | sent by you under different user names. |
| 359 | Then it should be a regexp matching your mail adresses. | 359 | Then it should be a regexp matching your mail addresses. |
| 360 | 360 | ||
| 361 | Setting this variable has an effect only before reading a mail." | 361 | Setting 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) |