comparison lisp/gnus/mailcap.el @ 34330:8b1375dbcbc6

(mailcap-download-directory): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 07 Dec 2000 12:12:08 +0000
parents 61905a6a0029
children 0f4506820432
comparison
equal deleted inserted replaced
34329:1786f3822f45 34330:8b1375dbcbc6
271 whose car is a symbol, it is `eval'led to yield the validity. If it 271 whose car is a symbol, it is `eval'led to yield the validity. If it
272 is a string or list of strings, it represents a shell command to run 272 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 ;;;
281 ;;; Utility functions 283 ;;; Utility functions
282 ;;; 284 ;;;