summaryrefslogtreecommitdiff
path: root/lisp/net/eww.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/eww.el')
-rw-r--r--lisp/net/eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index bc5f3e38ed5..d42429e53aa 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -76,7 +76,7 @@ Used by `eww--download-directory', which see."
The default is specified by `eww-download-directory'; however,
if that directory doesn't exist and the DOWNLOAD XDG user directory
is defined, use the latter instead."
- (or (and (file-exists-p eww-download-directory)
+ (or (and (file-exists-p eww-default-download-directory)
eww-default-download-directory)
(when-let ((dir (xdg-user-dir "DOWNLOAD")))
(file-name-as-directory dir))