diff options
| -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 | ||