From: Richard M. Stallman Date: Wed, 19 Jul 1995 15:43:56 +0000 (+0000) Subject: (mail-default-reply-to): Doc fix. X-Git-Tag: emacs-19.34~3252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6da74aab1545260205ba43e912e6a05ad33b4b95;p=emacs.git (mail-default-reply-to): Doc fix. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5c33f370e93..5384dc0cb25 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -72,7 +72,9 @@ This can be an inbox file or an Rmail file.") ;;;###autoload (defvar mail-default-reply-to nil - "*Address to insert as default Reply-to field of outgoing messages.") + "*Address to insert as default Reply-to field of outgoing messages. +If nil, it will be initialized from the REPLYTO environment variable +when you first send mail.") ;;;###autoload (defvar mail-alias-file nil