changeset 103801:4f4172a4f087

Use consistent case for "Unicode Standard".
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:04:51 +0000
parents 4c063f93f49a
children 7470537864c9
files doc/lispref/objects.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.