]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffont_spec): Fix usage in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jun 2008 13:32:07 +0000 (13:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jun 2008 13:32:07 +0000 (13:32 +0000)
src/ChangeLog
src/font.c

index 83180ad503dc81423d40384b1ce3a5f694a22686..081bb57540e4dea0d2fe5606d38c34dac79fe7aa 100644 (file)
@@ -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.
index bfa7fe16455b3fad1b357c895b06988d146bb566..2e8dbdcb53888a079d07decdf6d4d64746a9e8f0 100644 (file)
@@ -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;