changeset 1468:01e760e7de34

(mail-aliases): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Oct 1992 09:20:44 +0000
parents 8d8c91b563ee
children af4fe5e670f2
files lisp/mail/sendmail.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Fri Oct 23 09:19:12 1992 +0000
+++ b/lisp/mail/sendmail.el	Fri Oct 23 09:20:44 1992 +0000
@@ -63,8 +63,10 @@
 This variable has no effect unless your system uses sendmail as its mailer.")
 
 (defvar mail-aliases t
-  "Alias of mail address aliases,
-or t meaning should be initialized from `~/.mailrc'.")
+  "Alist of mail address aliases,
+or t meaning should be initialized from `~/.mailrc'.
+The alias definitions in `~/.mailrc' have this form:
+    alias ALIAS MEANING")
 
 (defvar mail-yank-prefix nil
   "*Prefix insert on lines of yanked message being replied to.