(mailcap-download-directory): Fix :type.
This commit is contained in:
parent
aae25c8cb6
commit
003dabb730
1 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue