master e8d708a1327: ; * lisp/net/eww.el (eww--alternate-urls): Doc fix.
Eli Zaretskii <[email protected]> Sat, 25 Jul 2026 12:53:58 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit e8d708a132746dda7bb0ab1118fc518af4a09105 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[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)