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: Kenichi Handa
Subject: [Emacs-diffs] emacs/src font.h
Date: Wed, 18 Feb 2009 03:57:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/18 03:57:36

Modified files:
        src            : font.h 

Log message:
        (struct font_driver): Fix typo.

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

Patches:
Index: font.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/font.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- font.h      18 Feb 2009 02:44:27 -0000      1.27
+++ font.h      18 Feb 2009 03:57:36 -0000      1.28
@@ -509,7 +509,7 @@
 
   /* List fonts exactly matching with FONT_SPEC on FRAME.  The value
      is a list of font-entities.  The font properties to be considered
-     are: :foundly, :family, :adstyle, :registry, :script, :lang, and
+     are: :foundry, :family, :adstyle, :registry, :script, :lang, and
      :otf.  See the function `font-spec' for their meanings.  Note
      that the last three properties are stored in FONT_EXTRA_INDEX
      slot of FONT_SPEC.
@@ -530,9 +530,9 @@
      font-entities.  */
   Lisp_Object (*list) P_ ((Lisp_Object frame, Lisp_Object font_spec));
 
-  /* Return a font-entity most closely maching with FONT_SPEC on
+  /* Return a font-entity most closely matching with FONT_SPEC on
      FRAME.  Which font property to consider, and how to calculate the
-     closeness is detemined by the font backend, thus
+     closeness is determined by the font backend, thus
      `face-font-selection-order' is ignored here.
 
      The properties that the font-entity has is the same as `list'




reply via email to

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