summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-fun.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-06-29 20:01:09 -0700
committerGlenn Morris <rgm@gnu.org>2011-06-29 20:01:09 -0700
commit5cdea619b2b246aaac5e90014e4d80d3943b17fb (patch)
treeee263ac475731a9d766a6a18a20d5e84bad98d90 /lisp/gnus/gnus-fun.el
parenteeea84f413becfb91ad353c436fadff093f3a2ab (diff)
downloademacs-5cdea619b2b246aaac5e90014e4d80d3943b17fb.tar.gz
* lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
Diffstat (limited to 'lisp/gnus/gnus-fun.el')
-rw-r--r--lisp/gnus/gnus-fun.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el
index cb495623af2..1cc11383893 100644
--- a/lisp/gnus/gnus-fun.el
+++ b/lisp/gnus/gnus-fun.el
@@ -54,10 +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 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)"