Mercurial > emacs
changeset 22840:be572a467b59
(rmail-dont-reply-to-names): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Jul 1998 07:30:04 +0000 |
parents | 7de1a0224450 |
children | 330629423307 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Mon Jul 27 23:09:41 1998 +0000 +++ b/lisp/mail/rmail.el Tue Jul 28 07:30:04 1998 +0000 @@ -122,7 +122,8 @@ ;;;###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 name only." +A value of nil means exclude your own login name 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)