emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/font.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/font.c,v
Date: Mon, 16 Jun 2008 13:32:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/06/16 13:32:08

Index: font.c
===================================================================
RCS file: /sources/emacs/emacs/src/font.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- font.c      16 Jun 2008 12:02:44 -0000      1.59
+++ font.c      16 Jun 2008 13:32:07 -0000      1.60
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]