gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 1 Sep 2010 17:34:37 +0000 (12:34 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 1 Sep 2010 17:34:37 +0000 (12:34 -0500)
* gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.

lisp/ChangeLog
lisp/gnus-html.el

index 3c1e2cc..215e2f8 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 5882645..d2d8989 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