aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-13 09:11:42 +0000
committerGerd Moellmann2000-05-13 09:11:42 +0000
commit4240c779d5d84b1e4b1e81abd86b3cfd998246fc (patch)
tree0cdce732ba682a259969686efc25408dac060f69
parentb1e3566cd39f1441d2f52b21e15b7e2d8438624d (diff)
downloademacs-4240c779d5d84b1e4b1e81abd86b3cfd998246fc.tar.gz
emacs-4240c779d5d84b1e4b1e81abd86b3cfd998246fc.zip
*** empty log message ***
-rw-r--r--lispref/nonascii.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index d73e79811f1..21b3dc7119a 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -275,6 +275,11 @@ into several character sets. For example, one set of Chinese
275characters, generally known as Big 5, is divided into two Emacs 275characters, generally known as Big 5, is divided into two Emacs
276character sets, @code{chinese-big5-1} and @code{chinese-big5-2}. 276character sets, @code{chinese-big5-1} and @code{chinese-big5-2}.
277 277
278 @sc{ascii} characters are in character set @code{ascii}. The
279non-@sc{ascii} characters 128 through 159 are in character set
280@code{eight-bit-control}, and codes 160 through 255 are in character set
281@code{eight-bit-graphic}.
282
278@defun charsetp object 283@defun charsetp object
279Returns @code{t} if @var{object} is a symbol that names a character set, 284Returns @code{t} if @var{object} is a symbol that names a character set,
280@code{nil} otherwise. 285@code{nil} otherwise.
@@ -411,10 +416,6 @@ be used in scanning the text (@pxref{Translation of Characters}). If it
411is non-@code{nil}, then each character in the region is translated 416is non-@code{nil}, then each character in the region is translated
412through this table, and the value returned describes the translated 417through this table, and the value returned describes the translated
413characters instead of the characters actually in the buffer. 418characters instead of the characters actually in the buffer.
414
415When a buffer contains non-@sc{ascii} characters, codes 128 through 255,
416they are assigned the character set @code{unknown}. @xref{Explicit
417Encoding}.
418@end defun 419@end defun
419 420
420@defun find-charset-string string &optional translation 421@defun find-charset-string string &optional translation