1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.

This commit is contained in:
Katsumi Yamaoka 2011-09-20 00:21:58 +00:00
parent a3ddc4d9c6
commit 207c12ef2a
2 changed files with 5 additions and 1 deletions

View 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.

View 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)"