mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
This commit is contained in:
parent
5b77fa4d82
commit
9a047bac91
@ -1,3 +1,7 @@
|
||||
2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
|
||||
|
||||
2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
|
||||
|
@ -286,7 +286,7 @@ fit these criteria."
|
||||
|
||||
|
||||
(defun gnus-html-image-url-blocked-p (url blocked-images)
|
||||
"Find out if URL is blocked by `gnus-blocked-images'."
|
||||
"Find out if URL is blocked by BLOCKED-IMAGES."
|
||||
(let ((ret (and blocked-images
|
||||
(string-match blocked-images url))))
|
||||
(when ret
|
||||
|
Loading…
Reference in New Issue
Block a user