Mercurial > emacs
diff src/lread.c @ 96376:c3309dba6542
American English spelling fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 27 Jun 2008 07:34:53 +0000 |
| parents | a99299e4d2de |
| children | d45acf0c8d23 |
line wrap: on
line diff
--- a/src/lread.c Fri Jun 27 07:30:14 2008 +0000 +++ b/src/lread.c Fri Jun 27 07:34:53 2008 +0000 @@ -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)
