# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1213623858 0
# Node ID f4a50aac009ca9498aa9b757ccffcdc39a5f0a52
# Parent  04be82e0cbd3e50d416dd5d56c6e205538f440d6
(Ffont_face_attributes): Doc fix.

diff -r 04be82e0cbd3 -r f4a50aac009c src/ChangeLog
--- a/src/ChangeLog	Mon Jun 16 13:32:07 2008 +0000
+++ b/src/ChangeLog	Mon Jun 16 13:44:18 2008 +0000
@@ -1,6 +1,7 @@
 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
 
 	* font.c (Ffont_spec): Fix usage in docstring.
+	(Ffont_face_attributes): Doc fix.
 
 2008-06-16  Andreas Schwab  <schwab@suse.de>
 
diff -r 04be82e0cbd3 -r f4a50aac009c src/font.c
--- a/src/font.c	Mon Jun 16 13:32:07 2008 +0000
+++ b/src/font.c	Mon Jun 16 13:44:18 2008 +0000
@@ -3746,12 +3746,11 @@
 
 \(: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'.
-
-The optional argument FRAME specifies the frame that the face
-attributes are to be displayed on.  If omitted, the selected frame is
-used.  */)
+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.  */)
      (font, frame)
      Lisp_Object font, frame;
 {