diff options
| -rw-r--r-- | lispref/nonascii.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index cf9e0acc819..70e77e0a837 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -293,8 +293,8 @@ codes cannot occur at all in multibyte text. Only the @acronym{ASCII} codes | |||
| 293 | 0 through 127 are completely legitimate in both representations. | 293 | 0 through 127 are completely legitimate in both representations. |
| 294 | 294 | ||
| 295 | @defun char-valid-p charcode &optional genericp | 295 | @defun char-valid-p charcode &optional genericp |
| 296 | This returns @code{t} if @var{charcode} is valid for either one of the two | 296 | This returns @code{t} if @var{charcode} is valid (either for unibyte |
| 297 | text representations. | 297 | text or for multibyte text). |
| 298 | 298 | ||
| 299 | @example | 299 | @example |
| 300 | (char-valid-p 65) | 300 | (char-valid-p 65) |