]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffont_match_p): Don't use `iff' in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 04:07:39 +0000 (04:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 04:07:39 +0000 (04:07 +0000)
src/ChangeLog
src/font.c

index e29fe0e66506730ae2404831e883eed43f7de385..e68efb4209460c35e1b00dbae383cc1ebf3ec3fc 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * font.c (Ffont_match_p): Don't use `iff' in docstring.
+
 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * macfns.c (Fx_create_frame): Make a copy of frame parameters
index 197d7a744989ef3ca4bcaa2aa77386129e61e24a..5ed33fcf4b47bee7a805887591205df0958a0314 100644 (file)
@@ -4025,7 +4025,7 @@ Each element is a vector [GLYPH-CODE LBEARING RBEARING WIDTH ASCENT DESCENT].  *
 }
 
 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;