aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el4
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."
185(defvar mail-aliases t 185(defvar mail-aliases t
186 "Alist of mail address aliases, 186 "Alist of mail address aliases,
187or t meaning should be initialized from your mail aliases file. 187or t meaning should be initialized from your mail aliases file.
188\(The file's name is normally `~/.mailrc', but your MAILRC environment 188\(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
189variable can override that name.) 189can specify a different file name.)
190The alias definitions in the file have this form: 190The alias definitions in the file have this form:
191 alias ALIAS MEANING") 191 alias ALIAS MEANING")
192 192