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>
\(: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;
{