emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src font.h


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src font.h
Date: Tue, 24 Feb 2009 09:08:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/02/24 09:08:19

Modified files:
        src            : font.h 

Log message:
        Fix comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/font.h?cvsroot=emacs&r1=1.30&r2=1.31

Patches:
Index: font.h
===================================================================
RCS file: /sources/emacs/emacs/src/font.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- font.h      24 Feb 2009 06:15:32 -0000      1.30
+++ font.h      24 Feb 2009 09:08:18 -0000      1.31
@@ -68,8 +68,8 @@
 enum font_property_index
   {
     /* FONT-TYPE is a symbol indicating a font backend; currently `x',
-       `xft', `ftx' are available on X, gdi on Windows, and ns under
-       Cocoa / GNUstep.  */
+       `xft', `ftx' are available on X, `uniscribe' and `gdi' on
+       Windows, and `ns' under Cocoa / GNUstep.  */
     FONT_TYPE_INDEX,
 
     /* FONT-FOUNDRY is a foundry name (symbol).  */




reply via email to

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