Mercurial > emacs
diff lisp/mail/sendmail.el @ 107688:e8c910cab06d
* mail/sendmail.el (mail-default-directory): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 27 Mar 2010 23:52:17 -0400 |
parents | 548e079ffb49 |
children | 987c8fd5107f 376148b31b5e |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sat Mar 27 23:41:34 2010 -0400 +++ b/lisp/mail/sendmail.el Sat Mar 27 23:52:17 2010 -0400 @@ -417,9 +417,11 @@ ;;;###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")