From 85e1b59b250a5d5c271c3ee379e91f0a87dc3f15 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 3 Apr 2006 22:23:23 +0000 Subject: [PATCH] Synch to No Gnus 200604031806. --- lisp/ChangeLog | 5 +++++ lisp/gnus-fun.el | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d3ba66..47cdfae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 Reiner Steib + + * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in + doc string. + 2006-04-03 Daiki Ueno * pgg-gpg.el (pgg-gpg-process-filter) diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index 1db3d20..c9fd88d 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -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)" -- 1.7.10.4