emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h,v
Date: Sat, 27 Sep 2008 10:52:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/09/27 10:52:10

Index: dispextern.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispextern.h,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -b -r1.260 -r1.261
--- dispextern.h        19 Sep 2008 03:35:57 -0000      1.260
+++ dispextern.h        27 Sep 2008 10:52:10 -0000      1.261
@@ -397,7 +397,7 @@
       unsigned automatic : 1;
       /* ID of the composition.  */
       unsigned id    : 23;
-      /* Start and end indices of glyhs of the composition.  */
+      /* Start and end indices of glyphs of the composition.  */
       unsigned from : 4;
       unsigned to : 4;
     } cmp;




reply via email to

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