From: Juanma Barranquero Date: Mon, 16 Jun 2008 13:32:07 +0000 (+0000) Subject: (Ffont_spec): Fix usage in docstring. X-Git-Tag: emacs-pretest-23.0.90~4725 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a18a1780af6ec3a93cd4856656284ddae2526db;p=emacs.git (Ffont_spec): Fix usage in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 83180ad503d..081bb57540e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Juanma Barranquero + + * font.c (Ffont_spec): Fix usage in docstring. + 2008-06-16 Andreas Schwab * font.c (Ffont_face_attributes): Fix definition. diff --git a/src/font.c b/src/font.c index bfa7fe16455..2e8dbdcb538 100644 --- a/src/font.c +++ b/src/font.c @@ -3627,11 +3627,11 @@ encoding of a font, e.g. ``iso8859-1''. 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;