]> code.delx.au - gnu-emacs/commitdiff
* lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 30 Jun 2011 03:01:09 +0000 (20:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 30 Jun 2011 03:01:09 +0000 (20:01 -0700)
lisp/gnus/ChangeLog
lisp/gnus/gnus-fun.el

index 76df7a1409d3e3f7c139b244240d821161d8135e..594bef2f01cbf1077583b193aac440011cf856a4 100644 (file)
@@ -1,5 +1,7 @@
 2011-06-30  Glenn Morris  <rgm@gnu.org>
 
+       * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
+
        * mm-util.el (mm-charset-synonym-alist): Move definition before use.
 
 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
index cb495623af20bccb51936b5a715502917cfcd69e..1cc113838931a83f4226e05501dad6e434d61af0 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 in PNG format."
   :version "22.1"
   :group 'gnus-fun
   :type '(choice (const :tag "giftopnm, netpbm (GIF input only)"