(gnus-convert-image-to-face-command): Fix typo in
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 18:06:50 +0000 (18:06 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 18:06:50 +0000 (18:06 +0000)
doc string.

lisp/ChangeLog
lisp/gnus-fun.el

index 4a73b76..71f8111 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 651d82a..777cb8c 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)"