]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-aliases, mail-archive-file-name): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 02:54:46 +0000 (02:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 02:54:46 +0000 (02:54 +0000)
lisp/mail/sendmail.el

index 4aeed5e8b9e2095defa9cebe7192fe897252ac97..0ef55c4603a29b501f30931059b7e1fe5dc079bb 100644 (file)
@@ -56,7 +56,7 @@ The headers are be delimited by a line which is `mail-header-separator'.")
 ;;;###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 @@ This variable has no effect unless your system uses sendmail as its mailer.")
 
 (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.