aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/nonascii.texi4
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
2930 through 127 are completely legitimate in both representations. 2930 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
296This returns @code{t} if @var{charcode} is valid for either one of the two 296This returns @code{t} if @var{charcode} is valid (either for unibyte
297text representations. 297text or for multibyte text).
298 298
299@example 299@example
300(char-valid-p 65) 300(char-valid-p 65)