]> git.eshelyaron.com Git - emacs.git/commitdiff
(Character Codes): Minor fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Mar 2005 23:24:51 +0000 (23:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Mar 2005 23:24:51 +0000 (23:24 +0000)
lispref/nonascii.texi

index cf9e0acc8191762ee7b8cf98420f2b1927441a15..70e77e0a8373429e30ef720e5b23fd4005cd436c 100644 (file)
@@ -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)