From: Teodor Zlatanov Date: Thu, 2 Sep 2010 01:10:25 +0000 (+0000) Subject: gnus-html.el: Doc fix for gnus-html-image-url-blocked-p. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a047bac913621d53260f9e577567a6a0e1ddf12;p=emacs.git gnus-html.el: Doc fix for gnus-html-image-url-blocked-p. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 50ddf73a8bf..322408852c2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2010-09-01 Teodor Zlatanov + + * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix. + 2010-09-01 Lars Magne Ingebrigtsen * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 5882645425e..d2d8989223a 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -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