diff options
| -rw-r--r-- | lisp/mail/rmail.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2040fa2dad1..c7ec4734517 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -132,8 +132,8 @@ rather than deleted, after it is retrieved." | |||
| 132 | 132 | ||
| 133 | ;;;###autoload | 133 | ;;;###autoload |
| 134 | (defcustom rmail-dont-reply-to-names nil "\ | 134 | (defcustom rmail-dont-reply-to-names nil "\ |
| 135 | *A regexp specifying names to prune of reply to messages. | 135 | *A regexp specifying addresses to prune from a reply message. |
| 136 | A value of nil means exclude your own login name as an address | 136 | A value of nil means exclude your own email address as an address |
| 137 | plus whatever is specified by `rmail-default-dont-reply-to-names'." | 137 | plus whatever is specified by `rmail-default-dont-reply-to-names'." |
| 138 | :type '(choice regexp (const :tag "Your Name" nil)) | 138 | :type '(choice regexp (const :tag "Your Name" nil)) |
| 139 | :group 'rmail-reply) | 139 | :group 'rmail-reply) |
| @@ -143,7 +143,7 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'." | |||
| 143 | A regular expression specifying part of the value of the default value of | 143 | A regular expression specifying part of the value of the default value of |
| 144 | the variable `rmail-dont-reply-to-names', for when the user does not set | 144 | the variable `rmail-dont-reply-to-names', for when the user does not set |
| 145 | `rmail-dont-reply-to-names' explicitly. (The other part of the default | 145 | `rmail-dont-reply-to-names' explicitly. (The other part of the default |
| 146 | value is the user's name.) | 146 | value is the user's email address and name.) |
| 147 | It is useful to set this variable in the site customization file.") | 147 | It is useful to set this variable in the site customization file.") |
| 148 | 148 | ||
| 149 | ;;;###autoload | 149 | ;;;###autoload |