diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-12 21:12:39 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-12 21:12:39 +0800 |
commit | 15c6d837a554bd128c1d5ef7b46fd05d6eba52ab (patch) | |
tree | 3fb4b9d2224f9ebd696ca61581c9566cb95ff35d /src/charset.c | |
parent | 99d8e6d6c226fd69f7a8927d89a485044bb9c0a3 (diff) | |
download | emacs-15c6d837a554bd128c1d5ef7b46fd05d6eba52ab.tar.gz |
* src/charset.c (char_charset): Document an exception for char-charset.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.c b/src/charset.c index eedf65faa6c..d46cb445f85 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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. */) |