From: Glenn Morris Date: Thu, 9 Jul 2009 03:04:51 +0000 (+0000) Subject: Use consistent case for "Unicode Standard". X-Git-Tag: emacs-pretest-23.1.90~2253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f14589fa273f8bfd9c44fa82ee9f92cad6c70ded;p=emacs.git Use consistent case for "Unicode Standard". --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index aa82c3db85a..9910740f8af 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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.