From: yamaoka Date: Tue, 17 Feb 2004 06:13:19 +0000 (+0000) Subject: Synch to No Gnus 200402170612. X-Git-Tag: t-gnus-6_17_4-quimby-~1067 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0f233b245ab12edd6bfafa01a4bd0be6283c8cab;p=elisp%2Fgnus.git- Synch to No Gnus 200402170612. --- diff --git a/lisp/compface.el b/lisp/compface.el index f04b6ba..3a6f101 100644 --- a/lisp/compface.el +++ b/lisp/compface.el @@ -72,10 +72,10 @@ are available. Note that the measurement may never be exact." (defun uncompface (face) "Convert FACE to pbm. -If `uncompface-use-external' is non-nil, it requires the external -programs `uncompface', and `icontopbm'. On a GNU/Linux system these -might be in packages with names like `compface' or `faces-xface' and -`netpbm' or `libgr-progs', for instance." +If `uncompface-use-external' is t, it requires the external programs +`uncompface', and `icontopbm'. On a GNU/Linux system these might be +in packages with names like `compface' or `faces-xface' and `netpbm' +or `libgr-progs', for instance." (cond ((eq uncompface-use-external nil) (uncompface-internal face)) ((eq uncompface-use-external t)