# HG changeset patch # User Kenichi Handa # Date 977357183 0 # Node ID 31e8fba262481db71e1a56f964e76293f849c55b # Parent bb4eb1ce8b57da52807eea276286a0fe415d72a1 (make-char): Docstring adjusted for the change of make-char-internal. diff -r bb4eb1ce8b57 -r 31e8fba26248 lisp/international/mule.el --- 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))