1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

* mail/sendmail.el (mail-default-directory): Doc fix.

This commit is contained in:
Chong Yidong 2010-03-27 23:52:17 -04:00
parent e73c243459
commit 03ffe8beb2
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2010-03-28 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail-default-directory): Doc fix.
2010-03-27 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail-default-directory): Doc fix.
2010-03-27 Eli Zaretskii <eliz@gnu.org>
* subr.el (version-regexp-alist, version-to-list)

View File

@ -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")