]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 2 Sep 2010 01:10:25 +0000 (01:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Sep 2010 01:10:25 +0000 (01:10 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-html.el

index 50ddf73a8bfb1a98774f80911c82c93f94fb53b8..322408852c2ba7daef1ad2a9ef951f420a211acd 100644 (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
index 5882645425e44e59cdc5badd0fbb8fd5f2cc636d..d2d8989223a5f9ef7c2811197a6522ebe1ee1ea5 100644 (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