From 0a58afcd5a74b79b4674bf4145d3e42ef748a325 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Mar 2005 23:24:51 +0000 Subject: [PATCH] (Character Codes): Minor fix. --- lispref/nonascii.texi | 4 ++-- 1 file 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 0 through 127 are completely legitimate in both representations. @defun char-valid-p charcode &optional genericp -This returns @code{t} if @var{charcode} is valid for either one of the two -text representations. +This returns @code{t} if @var{charcode} is valid (either for unibyte +text or for multibyte text). @example (char-valid-p 65) -- 2.39.2