diff options
author | Gregor Zattler <telegraph@gmx.net> | 2020-09-19 19:25:24 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-19 19:25:24 +0200 |
commit | 2e68cee6532569d26f5c20f1c1fb9d337c5d65f8 (patch) | |
tree | 5533c011622eb7a07f80a5aa67463a67273c50f6 /doc/misc/eww.texi | |
parent | c9f845a53c946f28820a476de7089f486ccaf6b9 (diff) | |
download | emacs-2e68cee6532569d26f5c20f1c1fb9d337c5d65f8.tar.gz emacs-2e68cee6532569d26f5c20f1c1fb9d337c5d65f8.tar.bz2 emacs-2e68cee6532569d26f5c20f1c1fb9d337c5d65f8.zip |
* doc/misc/eww.texi: Document the `w' key's double function
* doc/misc/eww.texi (Basics): Describe what the `w' command does
in eww (bug#43517).
Diffstat (limited to 'doc/misc/eww.texi')
-rw-r--r-- | doc/misc/eww.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 4ae2c86e3fa..1bccbd7261a 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -93,14 +93,20 @@ default one, which is normally called @file{*eww*}. @findex eww-quit @findex eww-reload @findex eww-copy-page-url +@findex shr-maybe-probe-and-copy-url @kindex q @kindex w @kindex g If loading the URL was successful the buffer @file{*eww*} is opened and the web page is rendered in it. You can leave EWW by pressing @kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the -web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} -(@code{eww-copy-page-url}) will copy the current URL to the kill ring. +web page hit @kbd{g} (@code{eww-reload}). + + Pressing @kbd{w} when point is on a link will call +@code{shr-maybe-probe-and-copy-url}, which copies this link's +@acronym{URL} to the kill ring. If point is not on a link, pressing +@kbd{w} calls @code{eww-copy-page-url}, which will copy the current +page's URL to the kill ring instead. @findex eww-open-in-new-buffer @kindex M-RET |