]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-dont-reply-to-names): Modify the documentation to make it email
authorPaul Reilly <pmr@pajato.com>
Tue, 19 Mar 2002 19:35:31 +0000 (19:35 +0000)
committerPaul Reilly <pmr@pajato.com>
Tue, 19 Mar 2002 19:35:31 +0000 (19:35 +0000)
address centric rather than login name centric.  Contributed by
lorentey@elte.hu.

lisp/mail/rmail.el

index 2040fa2dad1217be93b9485fb717fceae20dae29..c7ec47345170e68b6d4266f1d2275f5a8772ef01 100644 (file)
@@ -132,8 +132,8 @@ rather than deleted, after it is retrieved."
 
 ;;;###autoload
 (defcustom rmail-dont-reply-to-names nil "\
-*A regexp specifying names to prune of reply to messages.
-A value of nil means exclude your own login name as an address
+*A regexp specifying addresses to prune from a reply message.
+A value of nil means exclude your own email address as an address
 plus whatever is specified by `rmail-default-dont-reply-to-names'."
   :type '(choice regexp (const :tag "Your Name" nil))
   :group 'rmail-reply)
@@ -143,7 +143,7 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'."
 A regular expression specifying part of the value of the default value of
 the variable `rmail-dont-reply-to-names', for when the user does not set
 `rmail-dont-reply-to-names' explicitly.  (The other part of the default
-value is the user's name.)
+value is the user's email address and name.)
 It is useful to set this variable in the site customization file.")
 
 ;;;###autoload