From: Juanma Barranquero Date: Mon, 16 Jun 2008 13:44:18 +0000 (+0000) Subject: (Ffont_face_attributes): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~4724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48105a6a307c43821c230a0ccf27fcbed3c0129d;p=emacs.git (Ffont_face_attributes): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 081bb57540e..bee9a722029 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2008-06-16 Juanma Barranquero * font.c (Ffont_spec): Fix usage in docstring. + (Ffont_face_attributes): Doc fix. 2008-06-16 Andreas Schwab diff --git a/src/font.c b/src/font.c index 2e8dbdcb538..5ee4d3a7e80 100644 --- a/src/font.c +++ b/src/font.c @@ -3746,12 +3746,11 @@ The return value is a list of the form \(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH) -where FAMILY, FOUNDRY, HEIGHT, WEIGHT, SLANT, and WIDTH are face -attribute values compatible with `set-face-attribute'. +where FAMILY, HEIGHT, WEIGHT, SLANT, and WIDTH are face attribute values +compatible with `set-face-attribute'. -The optional argument FRAME specifies the frame that the face -attributes are to be displayed on. If omitted, the selected frame is -used. */) +The optional argument FRAME specifies the frame that the face attributes +are to be displayed on. If omitted, the selected frame is used. */) (font, frame) Lisp_Object font, frame; {