Mercurial > emacs
changeset 9647:c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Oct 1994 02:54:46 +0000 |
parents | 0e48552225f1 |
children | 14b1481b7c6d |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sat Oct 22 02:53:32 1994 +0000 +++ b/lisp/mail/sendmail.el Sat Oct 22 02:54:46 1994 +0000 @@ -56,7 +56,7 @@ ;;;###autoload (defvar mail-archive-file-name nil "\ *Name of file to write all outgoing messages in, or nil for none. -Do not use an rmail file here! Instead, use its inbox file.") +This can be an inbox file or an Rmail file.") ;;;###autoload (defvar mail-default-reply-to t @@ -71,12 +71,14 @@ (defvar mail-aliases t "Alist of mail address aliases, -or t meaning should be initialized from `~/.mailrc'. -The alias definitions in `~/.mailrc' have this form: +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 alias definitions in the file have this form: alias ALIAS MEANING") (defvar mail-alias-modtime nil - "The modification time of `~/.mailrc' when it was last examined.") + "The modification time of your mail alias file when it was last examined.") (defvar mail-yank-prefix nil "*Prefix insert on lines of yanked message being replied to.