]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/eww.texi: Document the `w' key's double function
authorGregor Zattler <telegraph@gmx.net>
Sat, 19 Sep 2020 17:25:24 +0000 (19:25 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Sep 2020 17:25:24 +0000 (19:25 +0200)
* doc/misc/eww.texi (Basics): Describe what the `w' command does
in eww (bug#43517).

doc/misc/eww.texi

index 4ae2c86e3fad1258c18f5a6ffc5f34828deb0c6e..1bccbd7261a6b31c44ad6b145d8293721d74975f 100644 (file)
@@ -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