; Fix last change
This commit is contained in:
parent
a14c3f62a6
commit
c98929c7e1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Used by `eww--download-directory', which see."
|
||||||
|
|
||||||
(defun eww--download-directory ()
|
(defun eww--download-directory ()
|
||||||
"Return the name of the 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
|
if that directory doesn't exist and the DOWNLOAD XDG user directory
|
||||||
is defined, use the latter instead."
|
is defined, use the latter instead."
|
||||||
(or (and (file-exists-p eww-default-download-directory)
|
(or (and (file-exists-p eww-default-download-directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue