Mercurial > emacs
changeset 96013:04be82e0cbd3
(Ffont_spec): Fix usage in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 16 Jun 2008 13:32:07 +0000 |
parents | c04088bb7b0d |
children | f4a50aac009c |
files | src/ChangeLog src/font.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 16 12:02:44 2008 +0000 +++ b/src/ChangeLog Mon Jun 16 13:32:07 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-16 Juanma Barranquero <lekktu@gmail.com> + + * font.c (Ffont_spec): Fix usage in docstring. + 2008-06-16 Andreas Schwab <schwab@suse.de> * font.c (Ffont_face_attributes): Fix definition.
--- a/src/font.c Mon Jun 16 12:02:44 2008 +0000 +++ b/src/font.c Mon Jun 16 13:32:07 2008 +0000 @@ -3627,11 +3627,11 @@ VALUE must be a non-negative integer or a floating point number specifying the font size. It specifies the font size in pixels (if VALUE is an integer), or in points (if VALUE is a float). -usage: (font-spec ARGS ...) `:name' -VALUE must be a string of XLFD-style or fontconfig-style font name. */) +VALUE must be a string of XLFD-style or fontconfig-style font name. +usage: (font-spec ARGS ...) */) (nargs, args) int nargs; Lisp_Object *args;