diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-07 11:44:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-07 11:44:52 +0000 |
commit | 54a057823a035afbf859c9f3b0ab59087189d306 (patch) | |
tree | 11f117d4450d5c299a6d3f2d4eaa0b35dfb2b9bc /man/sending.texi | |
parent | ca5c586cbd94db3ffb36cfaea57eaf27ef8f8389 (diff) | |
download | emacs-54a057823a035afbf859c9f3b0ab59087189d306.tar.gz |
Document mail-default-directory.
Diffstat (limited to 'man/sending.texi')
-rw-r--r-- | man/sending.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/sending.texi b/man/sending.texi index 581e3200750..482ffecfd00 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -57,6 +57,11 @@ Buffer}). Then you can use @kbd{C-x m} or its variants described above to make a new @samp{*mail*} buffer. Once you've done that, you can work with each mail buffer independently. +@vindex mail-default-directory + The variable @code{mail-default-directory} controls the default +directory for mail buffers, and also says where to put their auto-save +files. + @ignore @c Commented out because it is not user-oriented; @c it doesn't say how to do some job. -- rms. |