1
0
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:
Teodor Zlatanov 2010-09-02 01:10:25 +00:00 committed by Katsumi Yamaoka
parent 5b77fa4d82
commit 9a047bac91
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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