emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 c151797: * doc/misc/eww.texi: Document the `w' key's double fun


From: Lars Ingebrigtsen
Subject: emacs-27 c151797: * doc/misc/eww.texi: Document the `w' key's double function
Date: Sat, 19 Sep 2020 13:28:36 -0400 (EDT)

branch: emacs-27
commit c151797da9c6afc7e870b5d0a95022117c8873e2
Author: Gregor Zattler <telegraph@gmx.net>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    * 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).
---
 doc/misc/eww.texi | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index e3191cb..faccd96 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -92,14 +92,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]