aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 07:34:53 +0000
committerGlenn Morris2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/lread.c
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip
American English spelling fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 9e543f88fae..6415448c0bc 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2034,7 +2034,7 @@ read_escape (readcharfun, stringp)
2034{ 2034{
2035 register int c = READCHAR; 2035 register int c = READCHAR;
2036 /* \u allows up to four hex digits, \U up to eight. Default to the 2036 /* \u allows up to four hex digits, \U up to eight. Default to the
2037 behaviour for \u, and change this value in the case that \U is seen. */ 2037 behavior for \u, and change this value in the case that \U is seen. */
2038 int unicode_hex_count = 4; 2038 int unicode_hex_count = 4;
2039 2039
2040 switch (c) 2040 switch (c)