changeset 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 7a04871e8853
children 28e39f5db43b
files src/font.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;