changeset 60677:0daf01e514e4

(Character Codes): Minor fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Mar 2005 23:24:51 +0000
parents 44c74c24feca
children b41b3abcbecf
files lispref/nonascii.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)