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:
parent
a3ddc4d9c6
commit
207c12ef2a
@ -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.
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user