@findex eww-copy-alternate-url
@kindex A
The @kbd{A} command (@code{eww-copy-alternate-url}) copies the URL
-of an alternate link of the current page into the kill ring. If the
+of an alternate link on the current page into the kill ring. If the
page specifies multiple alternate links, this command prompts for one
of them in the minibuffer, with completion. Alternate links are
references that an @acronym{HTML} page may include to point to other
translated versions and to @acronym{RSS} feeds. Alternate links
appear in the @samp{<head>} section of @acronym{HTML} pages as
@samp{<link>} elements with @samp{rel} attribute equal to
-@samp{``alternate''}, they are part of the page's metadata and are not
+@samp{``alternate''}; they are part of the page's metadata and are not
visible in its rendered content.
@findex eww-open-in-new-buffer
+++
*** New command 'eww-copy-alternate-url'.
-It copies an alternate link to the page currently visited in EWW into
+It copies an alternate link on the page currently visited in EWW into
the kill ring. Alternate links are optional metadata that HTML pages
use for linking to their alternative representations, such as
translated versions or associated RSS feeds.
(caar alternates)))))
(defun eww-copy-alternate-url ()
- "Copy an alternate URL of the current page into the kill ring.
-
+ "Copy the alternate URL of the current page into the kill ring.
+If there are multiple alternate links on the current page, prompt
+for one in the minibuffer, with completion.
Alternate links are references that an HTML page may include to
point to its alternative representations, such as a translated
version or an RSS feed."