emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104799: * lisp/gnus/gnus-fun.el (gnu


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104799: * lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
Date: Wed, 29 Jun 2011 20:01:09 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104799
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-29 20:01:09 -0700
message:
  * lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-fun.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-06-30 02:53:07 +0000
+++ b/lisp/gnus/ChangeLog       2011-06-30 03:01:09 +0000
@@ -1,5 +1,7 @@
 2011-06-30  Glenn Morris  <address@hidden>
 
+       * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
+
        * mm-util.el (mm-charset-synonym-alist): Move definition before use.
 
 2011-06-30  Lars Magne Ingebrigtsen  <address@hidden>

=== modified file 'lisp/gnus/gnus-fun.el'
--- a/lisp/gnus/gnus-fun.el     2011-01-25 04:08:28 +0000
+++ b/lisp/gnus/gnus-fun.el     2011-06-30 03:01:09 +0000
@@ -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)"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]