From: Juanma Barranquero Date: Thu, 8 May 2008 04:07:39 +0000 (+0000) Subject: (Ffont_match_p): Don't use `iff' in docstring. X-Git-Tag: emacs-pretest-23.0.90~5724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67b5d7deb1ce5dc2b525d292377dfcdb70864877;p=emacs.git (Ffont_match_p): Don't use `iff' in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index e29fe0e6650..e68efb42094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-05-08 Juanma Barranquero + + * font.c (Ffont_match_p): Don't use `iff' in docstring. + 2008-05-07 Dan Nicolaescu * macfns.c (Fx_create_frame): Make a copy of frame parameters diff --git a/src/font.c b/src/font.c index 197d7a74498..5ed33fcf4b4 100644 --- a/src/font.c +++ b/src/font.c @@ -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;