]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/charset.c (char_charset): Document an exception for char-charset.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 12 Sep 2013 13:12:39 +0000 (21:12 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 12 Sep 2013 13:12:39 +0000 (21:12 +0800)
src/ChangeLog
src/charset.c

index 069a9885b4c8c3fa9f0a35d5d43db1847743b00b..b4d1c2b67df1c3d1625767cd332783fa478135cc 100644 (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...
index eedf65faa6c40f33cf62da14f76417c20579696f..d46cb445f858240110f0630ca7a9767db61b6898 100644 (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.  */)