changeset 34330:8b1375dbcbc6

(mailcap-download-directory): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 07 Dec 2000 12:12:08 +0000
parents 1786f3822f45
children 7b91d8c3787f
files lisp/gnus/mailcap.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/mailcap.el	Thu Dec 07 12:11:06 2000 +0000
+++ b/lisp/gnus/mailcap.el	Thu Dec 07 12:12:08 2000 +0000
@@ -273,8 +273,10 @@
 to return a true or false shell value for the validity.")
 
 (defcustom mailcap-download-directory nil
-  "*Where downloaded files should go by default."
-  :type 'directory
+  "*Directory to which `mailcap-save-binary-file' downloads files by default.
+Nil means your home directory."
+  :type '(choice (const :tag "Home directory" nil)
+		 directory)
   :group 'mailcap)
 
 ;;;