Synch to No Gnus 200604031806.
authoryamaoka <yamaoka>
Mon, 3 Apr 2006 22:23:23 +0000 (22:23 +0000)
committeryamaoka <yamaoka>
Mon, 3 Apr 2006 22:23:23 +0000 (22:23 +0000)
lisp/ChangeLog
lisp/gnus-fun.el

index 8d3ba66..47cdfae 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
+       doc string.
+
 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
 
        * pgg-gpg.el (pgg-gpg-process-filter)
index 1db3d20..c9fd88d 100644 (file)
@@ -65,10 +65,10 @@ on stdout."
   "convert -scale 48x48! %s -colors %d png:-"
   "Command for converting an image to a Face.
 
-The command must take an image filename (first format
-argument\"%s\") and the number of colors (second format argument:
-\"%d\") as input.  The output must be the Face header data on
-stdout in PNG format."
+The command must take an image filename (first format argument
+\"%s\") and the number of colors (second format argument: \"%d\")
+as input.  The output must be the Face header data on stdout in
+PNG format."
   :version "22.1"
   :group 'gnus-fun
   :type '(choice (const :tag "djpeg, netpbm (JPG input only)"