diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-03-29 21:28:53 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-03-29 21:28:53 +0300 |
commit | c98929c7e184740a7d68e63a2a619a436e00d813 (patch) | |
tree | 7b1bdf9a07bfadbc2a16e0bf592fabcc2a1cd830 /lisp/net | |
parent | a14c3f62a67d1a5fa423cd3818ede870f2596a09 (diff) | |
download | emacs-c98929c7e184740a7d68e63a2a619a436e00d813.tar.gz emacs-c98929c7e184740a7d68e63a2a619a436e00d813.tar.bz2 emacs-c98929c7e184740a7d68e63a2a619a436e00d813.zip |
; Fix last change
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eww.el | 2 |
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) |