diff options
| author | Glenn Morris | 2009-07-09 03:04:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 03:04:51 +0000 |
| commit | f14589fa273f8bfd9c44fa82ee9f92cad6c70ded (patch) | |
| tree | e5b2552e1d9f768e70ecee5e6d32a32c2beaf7b1 /doc | |
| parent | 57eedec17d386e4556a0223c6d9b98043bb0861c (diff) | |
| download | emacs-f14589fa273f8bfd9c44fa82ee9f92cad6c70ded.tar.gz emacs-f14589fa273f8bfd9c44fa82ee9f92cad6c70ded.zip | |
Use consistent case for "Unicode Standard".
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/objects.texi | 2 |
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 | |||
| 356 | given in hexadecimal). There is a slightly different syntax for | 356 | given in hexadecimal). There is a slightly different syntax for |
| 357 | specifying characters with code points higher than | 357 | specifying 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 |
| 359 | whose code point is @samp{U+@var{nnnnnn}}. The Unicode standard only | 359 | whose code point is @samp{U+@var{nnnnnn}}. The Unicode Standard only |
| 360 | defines code points up to @samp{U+@var{10ffff}}, so if you specify a | 360 | defines code points up to @samp{U+@var{10ffff}}, so if you specify a |
| 361 | code point higher than that, Emacs signals an error. | 361 | code point higher than that, Emacs signals an error. |
| 362 | 362 | ||