diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-02-08 09:53:32 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-02-08 09:53:32 +0200 |
commit | 24905e92179c2ee8cd02c26b4a7058fbd238ece7 (patch) | |
tree | 3b894962e3be56f2b8791807166f9822ccadccfc /lisp | |
parent | 51e6e0694acb6ecb54962d702193ec5b21e57128 (diff) | |
download | emacs-24905e92179c2ee8cd02c26b4a7058fbd238ece7.tar.gz emacs-24905e92179c2ee8cd02c26b4a7058fbd238ece7.tar.bz2 emacs-24905e92179c2ee8cd02c26b4a7058fbd238ece7.zip |
Minor fixes for last change
* etc/NEWS: Announce the change in EWW download behavior.
* lisp/net/eww.el (eww-download): Doc fix. (Bug#34291)
Diffstat (limited to 'lisp')
-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 0c8bffa579b..a3f22aeb8a0 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -1532,7 +1532,7 @@ Differences in #targets are ignored." (defun eww-download () "Download URL to `eww-download-directory'. -Use link under point if there is one, else the current page URL." +Use link at point if there is one, else the current page's URL." (interactive) (access-file eww-download-directory "Download failed") (let ((url (or (get-text-property (point) 'shr-url) |