diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-09-30 12:44:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-09-30 12:44:28 +0000 |
commit | 911ebffa2fd03f35e665a0e245cb24e43d379c7f (patch) | |
tree | 1d2fd617ac59163948d905910fc25adefd42307c /lisp | |
parent | d8562b03a631e6fc542830f0fef0908474eca364 (diff) | |
download | emacs-911ebffa2fd03f35e665a0e245cb24e43d379c7f.tar.gz emacs-911ebffa2fd03f35e665a0e245cb24e43d379c7f.tar.bz2 emacs-911ebffa2fd03f35e665a0e245cb24e43d379c7f.zip |
(mail-aliases): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
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") |