From 67b5d7deb1ce5dc2b525d292377dfcdb70864877 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 8 May 2008 04:07:39 +0000 Subject: [PATCH] (Ffont_match_p): Don't use `iff' in docstring. --- src/ChangeLog | 4 ++++ src/font.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.39.5