aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2009-07-09 03:04:51 +0000
committerGlenn Morris2009-07-09 03:04:51 +0000
commitf14589fa273f8bfd9c44fa82ee9f92cad6c70ded (patch)
treee5b2552e1d9f768e70ecee5e6d32a32c2beaf7b1 /doc
parent57eedec17d386e4556a0223c6d9b98043bb0861c (diff)
downloademacs-f14589fa273f8bfd9c44fa82ee9f92cad6c70ded.tar.gz
emacs-f14589fa273f8bfd9c44fa82ee9f92cad6c70ded.zip
Use consistent case for "Unicode Standard".
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
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
356given in hexadecimal). There is a slightly different syntax for 356given in hexadecimal). There is a slightly different syntax for
357specifying characters with code points higher than 357specifying characters with code points higher than
358@code{U+@var{ffff}}: @code{\U00@var{nnnnnn}} represents the character 358@code{U+@var{ffff}}: @code{\U00@var{nnnnnn}} represents the character
359whose code point is @samp{U+@var{nnnnnn}}. The Unicode standard only 359whose code point is @samp{U+@var{nnnnnn}}. The Unicode Standard only
360defines code points up to @samp{U+@var{10ffff}}, so if you specify a 360defines code points up to @samp{U+@var{10ffff}}, so if you specify a
361code point higher than that, Emacs signals an error. 361code point higher than that, Emacs signals an error.
362 362