master 57ab505007c 3/8: ; * lisp/net/eww.el (eww--alternate-urls): Doc fix.

Sean Whitton <[email protected]> Sun, 26 Jul 2026 07:42:56 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: master
commit 57ab505007c6b4d78f5632f11beffa9bda1c45cf
Author: Eli Zaretskii <[email protected]>
Commit: Sean Whitton <[email protected]>

    ; * lisp/net/eww.el (eww--alternate-urls): Doc fix.
---
 lisp/net/eww.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index a7c7e267583..631440706e9 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -3068,8 +3068,8 @@ Otherwise, the restored buffer will contain a prompt to do so by using
 (defun eww--alternate-urls (dom &optional base)
   "Return a list of alternate links in DOM.
 
-Each element is a string URL, which is the the href attribute of the
-link, expanded relative to BASE.  Each URL has text properties \\+`type'
+Each element is a string URL, which is the href attribute of the link,
+expanded relative to BASE.  Each URL string has text properties \\+`type'
 which is the link's type attribute, and \\+`title', its title attribute."
   (seq-keep
    (lambda (link)