diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-27 23:52:17 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-27 23:52:17 -0400 |
commit | 03ffe8beb22eb890aaaef23c25d07794e6a5d071 (patch) | |
tree | 1450c4d7165d2b2be22dbf47a4387cfdf321fef5 /lisp/mail | |
parent | e73c243459162509dcfc5f74ff9811fe024c93f9 (diff) | |
download | emacs-03ffe8beb22eb890aaaef23c25d07794e6a5d071.tar.gz |
* mail/sendmail.el (mail-default-directory): Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/sendmail.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 4cf6cb812bd..3cc1bf5fe19 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -417,9 +417,11 @@ and should insert whatever you want to insert." ;;;###autoload (defcustom mail-default-directory (purecopy "~/") - "Directory for mail buffers. -Value of `default-directory' for mail buffers. -This directory is used for auto-save files of mail buffers." + "Value of `default-directory' for Mail mode buffers. +This directory is used for auto-save files of Mail mode buffers. + +Note that Message mode does not use this variable; it auto-saves +in `message-auto-save-directory'." :type '(directory :tag "Directory") :group 'sendmail :version "22.1") |