Mercurial > hg > xemacs-beta
diff src/mule-charset.c @ 416:ebe98a74bd68 r21-2-16
Import from CVS: tag r21-2-16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:22:23 +0200 |
parents | da8ed4261e83 |
children | e804706bfb8c |
line wrap: on
line diff
--- a/src/mule-charset.c Mon Aug 13 11:21:40 2007 +0200 +++ b/src/mule-charset.c Mon Aug 13 11:22:23 2007 +0200 @@ -1050,7 +1050,10 @@ /************************************************************************/ DEFUN ("make-char", Fmake_char, 2, 3, 0, /* -Make a multi-byte character from CHARSET and octets ARG1 and ARG2. +Make a character from CHARSET and octets ARG1 and ARG2. +ARG2 is required only for characters from two-dimensional charsets. +For example, (make-char 'latin-iso8859-2 185) will return the Latin 2 +character s with caron. */ (charset, arg1, arg2)) {