projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac8349
)
shr comment typo fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Feb 2020 14:15:07 +0000
(15:15 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Feb 2020 14:15:07 +0000
(15:15 +0100)
* lisp/net/shr.el (shr-parse-base): Comment typo fix.
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index deddaad15cb7270dec9234cbeb9ce7e9b3e0bd48..1f80ab74db5efaca8bcf56b06ab2d07bd35f5210 100644
(file)
--- 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)))