summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-03-29 21:28:53 +0300
committerEli Zaretskii <eliz@gnu.org>2023-03-29 21:28:53 +0300
commitc98929c7e184740a7d68e63a2a619a436e00d813 (patch)
tree7b1bdf9a07bfadbc2a16e0bf592fabcc2a1cd830
parenta14c3f62a67d1a5fa423cd3818ede870f2596a09 (diff)
downloademacs-c98929c7e18.tar.gz
; Fix last change
-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 d42429e53aa..22b078217bd 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -73,7 +73,7 @@ Used by `eww--download-directory', which see."
(defun eww--download-directory ()
"Return the name of the EWW download directory.
-The default is specified by `eww-download-directory'; however,
+The default is specified by `eww-default-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-default-download-directory)