]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Sep 2011 00:21:58 +0000 (00:21 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Sep 2011 00:21:58 +0000 (00:21 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-fun.el

index 3fdb759932f294539864853d39c484d4da316656..1d53425388de7e8aa70371082974e8ff68b52f0b 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
+
 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
index 1cc113838931a83f4226e05501dad6e434d61af0..08ec3c4ffb0f6e8aa1b14fe8e073ae691a6dc83e 100644 (file)
@@ -54,7 +54,7 @@
   "convert -scale 48x48! %s xbm:- | xbm2xface.pl"
   "Command for converting an image to an X-Face.
 The command must take a image filename (use \"%s\") as input.
-The output must be the X-Face header data on stdout in PNG format."
+The output must be the X-Face header data on stdout."
   :version "22.1"
   :group 'gnus-fun
   :type '(choice (const :tag "giftopnm, netpbm (GIF input only)"