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

index ac6528d..9e68a04 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 cb49562..08ec3c4 100644 (file)
   "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 Face header data on stdout in PNG format.
-
-By default it takes a GIF filename and output the X-Face header data
-on stdout."
+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)"