diff options
| author | Dave Love | 2000-12-07 12:12:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-07 12:12:08 +0000 |
| commit | 003dabb730091d9e8d668e72b587c5bd3797536f (patch) | |
| tree | 4963b84026dfc61ed33c6bb08ea788659c4901dd /lisp | |
| parent | aae25c8cb6b65026ddf8e2731bf9a6ea32bc4230 (diff) | |
| download | emacs-003dabb730091d9e8d668e72b587c5bd3797536f.tar.gz emacs-003dabb730091d9e8d668e72b587c5bd3797536f.zip | |
(mailcap-download-directory): Fix :type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/mailcap.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index cd31fd6a82f..3d0d599b2fa 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el | |||
| @@ -273,8 +273,10 @@ is a string or list of strings, it represents a shell command to run | |||
| 273 | to return a true or false shell value for the validity.") | 273 | to return a true or false shell value for the validity.") |
| 274 | 274 | ||
| 275 | (defcustom mailcap-download-directory nil | 275 | (defcustom mailcap-download-directory nil |
| 276 | "*Where downloaded files should go by default." | 276 | "*Directory to which `mailcap-save-binary-file' downloads files by default. |
| 277 | :type 'directory | 277 | Nil means your home directory." |
| 278 | :type '(choice (const :tag "Home directory" nil) | ||
| 279 | directory) | ||
| 278 | :group 'mailcap) | 280 | :group 'mailcap) |
| 279 | 281 | ||
| 280 | ;;; | 282 | ;;; |