diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index c0e7dd413e0..e589913b9bd 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -63,8 +63,10 @@ feature from that of defining aliases in `.mailrc' to be expanded in Emacs. | |||
| 63 | This variable has no effect unless your system uses sendmail as its mailer.") | 63 | This variable has no effect unless your system uses sendmail as its mailer.") |
| 64 | 64 | ||
| 65 | (defvar mail-aliases t | 65 | (defvar mail-aliases t |
| 66 | "Alias of mail address aliases, | 66 | "Alist of mail address aliases, |
| 67 | or t meaning should be initialized from `~/.mailrc'.") | 67 | or t meaning should be initialized from `~/.mailrc'. |
| 68 | The alias definitions in `~/.mailrc' have this form: | ||
| 69 | alias ALIAS MEANING") | ||
| 68 | 70 | ||
| 69 | (defvar mail-yank-prefix nil | 71 | (defvar mail-yank-prefix nil |
| 70 | "*Prefix insert on lines of yanked message being replied to. | 72 | "*Prefix insert on lines of yanked message being replied to. |