Fix last commit.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 17 Feb 2004 06:12:28 +0000 (06:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 17 Feb 2004 06:12:28 +0000 (06:12 +0000)
lisp/compface.el

index f04b6ba..3a6f101 100644 (file)
@@ -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)