diff src/font.c @ 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
line wrap: on
line diff
--- 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;