diff doc/lispref/objects.texi @ 103801:4f4172a4f087

Use consistent case for "Unicode Standard".
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:04:51 +0000
parents c3952d76db88
children 84a4c82c2b71
line wrap: on
line diff
--- a/doc/lispref/objects.texi	Thu Jul 09 03:04:35 2009 +0000
+++ b/doc/lispref/objects.texi	Thu Jul 09 03:04:51 2009 +0000
@@ -356,7 +356,7 @@
 given in hexadecimal).  There is a slightly different syntax for
 specifying characters with code points higher than
 @code{U+@var{ffff}}: @code{\U00@var{nnnnnn}} represents the character
-whose code point is @samp{U+@var{nnnnnn}}.  The Unicode standard only
+whose code point is @samp{U+@var{nnnnnn}}.  The Unicode Standard only
 defines code points up to @samp{U+@var{10ffff}}, so if you specify a
 code point higher than that, Emacs signals an error.