# HG changeset patch # User Juanma Barranquero # Date 1210219607 0 # Node ID a995b289585f9b0bf813a0c859ff70aa67095b70 # Parent 7a04871e88539d07406b5d49b5eaa3302c4127c9 (Ffont_match_p): Don't use `iff' in docstring. diff -r 7a04871e8853 -r a995b289585f src/font.c --- 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;