diff src/font.c @ 96014:f4a50aac009c

(Ffont_face_attributes): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Jun 2008 13:44:18 +0000
parents 04be82e0cbd3
children c1105df0f9c8
line wrap: on
line diff
--- 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;
 {