]> git.eshelyaron.com Git - emacs.git/commitdiff
Use consistent case for "Unicode Standard".
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 03:04:51 +0000 (03:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 03:04:51 +0000 (03:04 +0000)
doc/lispref/objects.texi

index aa82c3db85aaddb9c3bccaebd7dad017e90ee37b..9910740f8af2d92bfc4d3e21c9fb0cf38d92b30c 100644 (file)
@@ -356,7 +356,7 @@ code point @samp{U+@var{nnnn}} (by convention, Unicode code points are
 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.