summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-02-20 15:15:07 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-02-20 15:15:07 +0100
commit17691ad2d31251ae7f6a123b65bd2ac2a1a8cc93 (patch)
treec2c0262d2711a79b23739729eb27a287d58bb5ed
parent3ac834951786a73995c1fc9748395e9866f98f30 (diff)
downloademacs-17691ad2d31251ae7f6a123b65bd2ac2a1a8cc93.tar.gz
shr comment typo fix
* lisp/net/shr.el (shr-parse-base): Comment typo fix.
-rw-r--r--lisp/net/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index deddaad15cb..1f80ab74db5 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -838,7 +838,7 @@ size, and full-buffer size."
;; Always chop off anchors.
(when (string-match "#.*" url)
(setq url (substring url 0 (match-beginning 0))))
- ;; NB: <base href="" > URI may itself be relative to the document s URI
+ ;; NB: <base href=""> URI may itself be relative to the document's URI.
(setq url (shr-expand-url url))
(let* ((parsed (url-generic-parse-url url))
(local (url-filename parsed)))