Variable: eww-download-directory
eww-download-directory is a customizable variable defined in
eww.el.gz.
Value
eww--download-directory
Documentation
Directory where files will downloaded.
This should either be a directory name or a function (called with no parameters) that returns a directory name.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-download-directory 'eww--download-directory
"Directory where files will downloaded.
This should either be a directory name or a function (called with
no parameters) that returns a directory name."
:version "28.1"
:group 'eww
:type '(choice directory function))