diff options
| author | Eli Zaretskii | 2006-06-24 06:54:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-24 06:54:52 +0000 |
| commit | 4d7d826bed5cb0129f4988e4870a0a79e683a4b0 (patch) | |
| tree | 577072fb78f6dd3e1cd40cd3ad91a0dab15f2f3f | |
| parent | 9ee96155218069ecc02c4a3fcafc4fe793899a9a (diff) | |
| download | emacs-4d7d826bed5cb0129f4988e4870a0a79e683a4b0.tar.gz emacs-4d7d826bed5cb0129f4988e4870a0a79e683a4b0.zip | |
(Character Type): Document that Emacs signals an error for unsupported Unicode
characters specified as \uNNNN.
| -rw-r--r-- | lispref/objects.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index b721809d18b..ec4f30076c4 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi | |||
| @@ -438,7 +438,8 @@ the Unicode code point @samp{U+@var{nnnn}}. There is a slightly | |||
| 438 | different syntax for specifying characters with code points above | 438 | different syntax for specifying characters with code points above |
| 439 | @code{#xFFFF}; @code{\U00@var{nnnnnn}} represents the character whose | 439 | @code{#xFFFF}; @code{\U00@var{nnnnnn}} represents the character whose |
| 440 | Unicode code point is @samp{U+@var{nnnnnn}}, if such a character | 440 | Unicode code point is @samp{U+@var{nnnnnn}}, if such a character |
| 441 | is supported by Emacs. | 441 | is supported by Emacs. If the corresponding character is not |
| 442 | supported, Emacs signals an error. | ||
| 442 | 443 | ||
| 443 | This peculiar and inconvenient syntax was adopted for compatibility | 444 | This peculiar and inconvenient syntax was adopted for compatibility |
| 444 | with other programming languages. Unlike some other languages, Emacs | 445 | with other programming languages. Unlike some other languages, Emacs |