]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffont_face_attributes): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jun 2008 13:44:18 +0000 (13:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jun 2008 13:44:18 +0000 (13:44 +0000)
src/ChangeLog
src/font.c

index 081bb57540e4dea0d2fe5606d38c34dac79fe7aa..bee9a72202905b076699cd9f850561338a150a20 100644 (file)
@@ -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>
 
index 2e8dbdcb53888a079d07decdf6d4d64746a9e8f0..5ee4d3a7e80247836d14458425e08d067d0f9221 100644 (file)
@@ -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;
 {