From: Richard M. Stallman Date: Tue, 30 Sep 2003 12:44:28 +0000 (+0000) Subject: (mail-aliases): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=911ebffa2fd03f35e665a0e245cb24e43d379c7f;p=emacs.git (mail-aliases): Doc fix. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index d7c00148ba3..e2ce10db3fc 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -185,8 +185,8 @@ The function `mail-setup' runs this hook." (defvar mail-aliases t "Alist of mail address aliases, or t meaning should be initialized from your mail aliases file. -\(The file's name is normally `~/.mailrc', but your MAILRC environment -variable can override that name.) +\(The file's name is normally `~/.mailrc', but `mail-personal-alias-file' +can specify a different file name.) The alias definitions in the file have this form: alias ALIAS MEANING")