From cfe414a66790f4b7854d010cab8b2ff313965c5c Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Wed, 2 Jun 2004 09:40:43 +0000 Subject: [PATCH] * mail-source.el (mail-source-directory): Fix doc-string. * gnus.texi (Mail Source Customization): Clarify `mail-source-directory'. --- lisp/ChangeLog | 4 ++++ lisp/mail-source.el | 2 +- texi/ChangeLog | 5 +++++ texi/gnus.texi | 8 ++++---- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a7ef97cb..287a7f411 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-06-02 Reiner Steib + + * mail-source.el (mail-source-directory): Fix doc-string. + 2004-05-29 Teodor Zlatanov * assistant.el (assistant-render-text, assistant-eval): add :set diff --git a/lisp/mail-source.el b/lisp/mail-source.el index 717293006..edd0069b9 100644 --- a/lisp/mail-source.el +++ b/lisp/mail-source.el @@ -253,7 +253,7 @@ If non-nil, this maildrop will be checked periodically for new mail." :type 'file) (defcustom mail-source-directory message-directory - "Directory where files (if any) will be stored." + "Directory where incoming mail source files (if any) will be stored." :group 'mail-source :type 'directory) diff --git a/texi/ChangeLog b/texi/ChangeLog index 6a5a5c96a..4e16594c6 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2004-06-02 Reiner Steib + + * gnus.texi (Mail Source Customization): Clarify + `mail-source-directory'. + 2004-05-28 Reiner Steib * gnus-faq.texi: Untabify. diff --git a/texi/gnus.texi b/texi/gnus.texi index 5c5a979dc..dbe0d4971 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13900,10 +13900,10 @@ If non-@code{nil}, ignore errors when reading mail from a mail source. @item mail-source-directory @vindex mail-source-directory -Directory where files (if any) will be stored. The default is -@file{~/Mail/}. At present, the only thing this is used for is to say -where the incoming files will be stored if the previous variable is -@code{nil}. +Directory where incoming mail source files (if any) will be stored. The +default is @file{~/Mail/}. At present, the only thing this is used for +is to say where the incoming files will be stored if the variable +@code{mail-source-delete-incoming} is @code{nil} or a number. @item mail-source-incoming-file-prefix @vindex mail-source-incoming-file-prefix -- 2.25.1