aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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