aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-17 23:24:51 +0000
committerRichard M. Stallman2005-03-17 23:24:51 +0000
commit0a58afcd5a74b79b4674bf4145d3e42ef748a325 (patch)
tree794211bc1ff08f9e3777a92ce2569e690ce613c8
parent4db6da64fbd2fbc57322e00141dd9ed22eeb7fde (diff)
downloademacs-0a58afcd5a74b79b4674bf4145d3e42ef748a325.tar.gz
emacs-0a58afcd5a74b79b4674bf4145d3e42ef748a325.zip
(Character Codes): Minor fix.
-rw-r--r--lispref/nonascii.texi4
1 files 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
2930 through 127 are completely legitimate in both representations. 2930 through 127 are completely legitimate in both representations.
294 294
295@defun char-valid-p charcode &optional genericp 295@defun char-valid-p charcode &optional genericp
296This returns @code{t} if @var{charcode} is valid for either one of the two 296This returns @code{t} if @var{charcode} is valid (either for unibyte
297text representations. 297text or for multibyte text).
298 298
299@example 299@example
300(char-valid-p 65) 300(char-valid-p 65)