From: Eli Zaretskii Date: Wed, 29 Mar 2023 18:28:53 +0000 (+0300) Subject: ; Fix last change X-Git-Tag: emacs-29.0.90~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c98929c7e184740a7d68e63a2a619a436e00d813;p=emacs.git ; Fix last change --- 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)