emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/coding.h,v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:49:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:49:21

Index: coding.h
===================================================================
RCS file: /sources/emacs/emacs/src/coding.h,v
retrieving revision 1.83.2.1
retrieving revision 1.83.2.2
diff -u -b -r1.83.2.1 -r1.83.2.2
--- coding.h    25 Jul 2007 07:49:38 -0000      1.83.2.1
+++ coding.h    8 Aug 2007 07:49:20 -0000       1.83.2.2
@@ -263,7 +263,7 @@
                                     eol-type is not consistent
                                     through the file.  */
 
-/* 1 iff composing.  */
+/* 1 if composing.  */
 #define COMPOSING_P(coding) ((int) coding->composing > (int) COMPOSITION_NO)
 
 #define COMPOSITION_DATA_SIZE 4080
@@ -372,7 +372,7 @@
   /* The current status of composition handling.  */
   int composing;
 
-  /* 1 iff the next character is a composition rule.  */
+  /* 1 if the next character is a composition rule.  */
   int composition_rule_follows;
 
   /* Information of compositions are stored here on decoding and set




reply via email to

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