# HG changeset patch # User Glenn Morris # Date 1247108691 0 # Node ID 4f4172a4f08793d9e860424f04a089e2180306a3 # Parent 4c063f93f49a404ae3148311abe9601963f8a2cf Use consistent case for "Unicode Standard". diff -r 4c063f93f49a -r 4f4172a4f087 doc/lispref/objects.texi --- 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.