(gnus-convert-image-to-face-command): Fix typo in
authorRomain Francoise <romain@orebokech.com>
Mon, 29 Aug 2005 12:53:04 +0000 (12:53 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 29 Aug 2005 12:53:04 +0000 (12:53 +0000)
docstring.
(gnus-face-from-file): Likewise.

lisp/ChangeLog
lisp/gnus-fun.el

index 5c8e312..90c1564 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-29  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
+       docstring.
+       (gnus-face-from-file): Likewise.
+
 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
index b637cfd..6df7dfb 100644 (file)
@@ -54,7 +54,7 @@ on stdout."
   :type 'string)
 
 (defcustom gnus-convert-image-to-face-command "djpeg %s | ppmnorm | pnmscale -width 48 -height 48 | ppmquant %d | pnmtopng"
-  "Command for converting an image to an Face.
+  "Command for converting an image to a Face.
 By default it takes a JPEG filename and output the Face header data
 on stdout."
   :version "22.1"
@@ -134,7 +134,7 @@ Output to the current buffer, replace text, and don't mingle error."
 
 ;;;###autoload
 (defun gnus-face-from-file (file)
-  "Return an Face header based on an image file."
+  "Return a Face header based on an image file."
   (interactive "fImage file name (by default JPEG): ")
   (when (file-exists-p file)
     (let ((done nil)