# HG changeset patch # User Richard M. Stallman # Date 1111101891 0 # Node ID 0daf01e514e49ce436a2c434c5e5bb20b039746f # Parent 44c74c24feca8352fb35ebcd83a484bfef19ad2b (Character Codes): Minor fix. diff -r 44c74c24feca -r 0daf01e514e4 lispref/nonascii.texi --- a/lispref/nonascii.texi Thu Mar 17 23:19:40 2005 +0000 +++ b/lispref/nonascii.texi Thu Mar 17 23:24:51 2005 +0000 @@ -293,8 +293,8 @@ 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)