From 0f233b245ab12edd6bfafa01a4bd0be6283c8cab Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 17 Feb 2004 06:13:19 +0000 Subject: [PATCH] Synch to No Gnus 200402170612. --- lisp/compface.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 1.7.10.4