aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2011-09-20 00:21:58 +0000
committerKatsumi Yamaoka2011-09-20 00:21:58 +0000
commit207c12ef2a59d5d61cef416283634f0b2e3bf24c (patch)
treec650e0f1efa5771a61b83f2b128136fb36e126ac
parenta3ddc4d9c617348a315f2d12d9ec651599efe6bd (diff)
downloademacs-207c12ef2a59d5d61cef416283634f0b2e3bf24c.tar.gz
emacs-207c12ef2a59d5d61cef416283634f0b2e3bf24c.zip
gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-fun.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 3fdb759932f..1d53425388d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4
12011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp. 7 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el
index 1cc11383893..08ec3c4ffb0 100644
--- a/lisp/gnus/gnus-fun.el
+++ b/lisp/gnus/gnus-fun.el
@@ -54,7 +54,7 @@
54 "convert -scale 48x48! %s xbm:- | xbm2xface.pl" 54 "convert -scale 48x48! %s xbm:- | xbm2xface.pl"
55 "Command for converting an image to an X-Face. 55 "Command for converting an image to an X-Face.
56The command must take a image filename (use \"%s\") as input. 56The command must take a image filename (use \"%s\") as input.
57The output must be the X-Face header data on stdout in PNG format." 57The output must be the X-Face header data on stdout."
58 :version "22.1" 58 :version "22.1"
59 :group 'gnus-fun 59 :group 'gnus-fun
60 :type '(choice (const :tag "giftopnm, netpbm (GIF input only)" 60 :type '(choice (const :tag "giftopnm, netpbm (GIF input only)"