+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.
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;