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 3fdb759..1d53425 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 1cc1138..08ec3c4 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)"