emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/lread.c,v
Date: Fri, 27 Jun 2008 07:35:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 07:34:54

Index: src/lread.c
===================================================================
RCS file: /sources/emacs/emacs/src/lread.c,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -b -r1.395 -r1.396
--- src/lread.c 27 Jun 2008 02:13:37 -0000      1.395
+++ src/lread.c 27 Jun 2008 07:34:52 -0000      1.396
@@ -2034,7 +2034,7 @@
 {
   register int c = READCHAR;
   /* \u allows up to four hex digits, \U up to eight. Default to the
-     behaviour for \u, and change this value in the case that \U is seen. */
+     behavior for \u, and change this value in the case that \U is seen. */
   int unicode_hex_count = 4;
 
   switch (c)




reply via email to

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