Mercurial > emacs
changeset 34759:31e8fba26248
(make-char): Docstring adjusted for the change of make-char-internal.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 21 Dec 2000 00:06:23 +0000 |
parents | bb4eb1ce8b57 |
children | ddef5efd6b93 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Dec 21 00:01:55 2000 +0000 +++ b/lisp/international/mule.el Thu Dec 21 00:06:23 2000 +0000 @@ -259,6 +259,12 @@ sufficient position codes, return a generic character which stands for all characters or group of characters in the character set. A generic character can be used to index a char table (e.g. syntax-table). + +Such character sets as ascii, eight-bit-control, and eight-bit-graphic +don't have corresponding generic characters. If CHARSET is one of +them and you don't supply CODE1, return the character of the smallest +code in CHARSET. + If CODE1 or CODE2 are invalid (out of range), this function signals an error." (make-char-internal (charset-id charset) code1 code2))