* src/charset.c (char_charset): Document an exception for char-charset.

This commit is contained in:
Xue Fuqiao 2013-09-12 21:12:39 +08:00
parent 99d8e6d6c2
commit 15c6d837a5
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
* charset.c (char_charset): Document an exception for char-charset.
2013-09-12 Dmitry Antipov <dmantipov@yandex.ru>
* xterm.h (x_display_info): New field last_user_time...

View file

@ -2053,6 +2053,8 @@ CH in the charset. */)
DEFUN ("char-charset", Fchar_charset, Schar_charset, 1, 2, 0,
doc: /* Return the charset of highest priority that contains CH.
ASCII characters are an exception: for them, this function always
returns `ascii'.
If optional 2nd arg RESTRICTION is non-nil, it is a list of charsets
from which to find the charset. It may also be a coding system. In
that case, find the charset from what supported by that coding system. */)