summaryrefslogtreecommitdiff
path: root/doc/misc/eww.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-07-29 07:13:56 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-07-29 07:13:56 +0200
commit76f71e39f583b7f8bb47a47b315f49af6f23886e (patch)
tree31051d5b9022192ecb6bf11d4d64731ca24ff7d2 /doc/misc/eww.texi
parentbcf486c6043ba5f862c164f618f5b1017a1e0637 (diff)
downloademacs-76f71e39f583b7f8bb47a47b315f49af6f23886e.tar.gz
Make eww use the XDG download directory
* lisp/net/eww.el (erc--download-directory): New function (bug#41030). (eww-download-directory): Use it. (eww-download): Use it. (eww-download-callback): Adjust parameters.
Diffstat (limited to 'doc/misc/eww.texi')
-rw-r--r--doc/misc/eww.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index 9bca0faa854..f9901b6fd78 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -135,7 +135,9 @@ HTML-specified colors or not. This sets the @code{shr-use-colors} variable.
A URL can be downloaded with @kbd{d} (@code{eww-download}). This
will download the link under point if there is one, or else the URL of
the current page. The file will be written to the directory specified
-in @code{eww-download-directory} (default: @file{~/Downloads/}).
+by @code{eww-download-directory} (default: @file{~/Downloads/}, if it
+exists; otherwise as specified by the @samp{DOWNLOAD} @acronym{XDG}
+directory)).
@findex eww-back-url
@findex eww-forward-url