From: Richard M. Stallman Date: Thu, 17 Mar 2005 23:24:51 +0000 (+0000) Subject: (Character Codes): Minor fix. X-Git-Tag: ttn-vms-21-2-B4~1744 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a58afcd5a74b79b4674bf4145d3e42ef748a325;p=emacs.git (Character Codes): Minor fix. --- 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)