emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101282: gnus-html.el: Doc fix for gn


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101282: gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
Date: Thu, 02 Sep 2010 01:10:25 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101282
author: Teodor Zlatanov <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-02 01:10:25 +0000
message:
  gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-html.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-02 01:02:03 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-02 01:10:25 +0000
@@ -1,3 +1,7 @@
+2010-09-01  Teodor Zlatanov  <address@hidden>
+
+       * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
+
 2010-09-01  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just

=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-09-02 01:06:36 +0000
+++ b/lisp/gnus/gnus-html.el    2010-09-02 01:10:25 +0000
@@ -286,7 +286,7 @@
 
 
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]