diff options
Diffstat (limited to 'lisp/net/mailcap.el')
-rw-r--r-- | lisp/net/mailcap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el index ae49972f5bf..f80b300084b 100644 --- a/lisp/net/mailcap.el +++ b/lisp/net/mailcap.el @@ -337,7 +337,7 @@ to return a true or false shell value for the validity.") (put 'mailcap-mime-data 'risky-local-variable t) (defcustom mailcap-download-directory nil - "*Directory to which `mailcap-save-binary-file' downloads files by default. + "Directory to which `mailcap-save-binary-file' downloads files by default. nil means your home directory." :type '(choice (const :tag "Home directory" nil) directory) |