From: Kenichi Handa Date: Thu, 21 Dec 2000 00:06:23 +0000 (+0000) Subject: (make-char): Docstring adjusted for the change of make-char-internal. X-Git-Tag: emacs-pretest-21.0.95~369 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ff05eaec06cb34a413111fc41b1b8f2d6661374;p=emacs.git (make-char): Docstring adjusted for the change of make-char-internal. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 772a89566df..89f2e02727a 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -259,6 +259,12 @@ CODE1 and CODE2 are optional, but if you don't supply 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))