[gnus git] branch master updated: n0-17-304-gca4edeb =1= gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ca4edeb73a031281a1f659251d035558a2b9dc6d (commit)
from a4d795dc3664de763b2c9080235c0abfe45ef294 (commit)
- Log -----------------------------------------------------------------
commit ca4edeb73a031281a1f659251d035558a2b9dc6d
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Sep 20 00:21:29 2011 +0000
gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac6528d..9e68a04 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-20 Katsumi Yamaoka <[email protected]>
+
+ * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
+
2011-09-18 Lars Magne Ingebrigtsen <[email protected]>
* mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el
index cb49562..08ec3c4 100644
--- a/lisp/gnus-fun.el
+++ b/lisp/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."
:version "22.1"
:group 'gnus-fun
:type '(choice (const :tag "giftopnm, netpbm (GIF input only)"
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-fun.el | 5 +----
2 files changed, 5 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project