emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: regex.c
===================================================================
RCS file: /sources/emacs/emacs/src/regex.c,v
retrieving revision 1.222.2.1
retrieving revision 1.222.2.2
diff -u -b -r1.222.2.1 -r1.222.2.2
--- regex.c     26 Jul 2007 04:49:45 -0000      1.222.2.1
+++ regex.c     8 Aug 2007 07:49:14 -0000       1.222.2.2
@@ -2048,7 +2048,7 @@
   else return 0;
 }
 
-/* True iff CH is in the char class CC.  */
+/* True if CH is in the char class CC.  */
 boolean
 re_iswctype (ch, cc)
      int ch;




reply via email to

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