diff src/font.c @ 94745:a995b289585f

(Ffont_match_p): Don't use `iff' in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 04:06:47 +0000
parents d1731f0f8048
children 70a8f8c84456
line wrap: on
line diff
--- a/src/font.c	Thu May 08 03:56:20 2008 +0000
+++ b/src/font.c	Thu May 08 04:06:47 2008 +0000
@@ -4025,7 +4025,7 @@
 }
 
 DEFUN ("font-match-p", Ffont_match_p, Sfont_match_p, 2, 2, 0,
-       doc: /* Return t iff font-spec SPEC matches with FONT.
+       doc: /* Return t if and only if font-spec SPEC matches with FONT.
 FONT is a font-spec, font-entity, or font-object. */)
      (spec, font)
      Lisp_Object spec, font;