Mercurial > emacs
changeset 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 | 045ef67cb49e |
files | src/ChangeLog src/font.c |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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; {