aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el6
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.
136A value of nil means exclude your own login name as an address 136A value of nil means exclude your own email address as an address
137plus whatever is specified by `rmail-default-dont-reply-to-names'." 137plus 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'."
143A regular expression specifying part of the value of the default value of 143A regular expression specifying part of the value of the default value of
144the variable `rmail-dont-reply-to-names', for when the user does not set 144the 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
146value is the user's name.) 146value is the user's email address and name.)
147It is useful to set this variable in the site customization file.") 147It is useful to set this variable in the site customization file.")
148 148
149;;;###autoload 149;;;###autoload