]> git.eshelyaron.com Git - emacs.git/commitdiff
(mailcap-download-directory): Fix :type.
authorDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:12:08 +0000 (12:12 +0000)
committerDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:12:08 +0000 (12:12 +0000)
lisp/gnus/mailcap.el

index cd31fd6a82f3693e845418f56fffe3bc777a3403..3d0d599b2fa840c766113a6b26954b313e38cb2b 100644 (file)
@@ -273,8 +273,10 @@ is a string or list of strings, it represents a shell command to run
 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)
 
 ;;;