emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114245: * src/charset.c (char_charset): Document an


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114245: * src/charset.c (char_charset): Document an exception for char-charset.
Date: Thu, 12 Sep 2013 13:14:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114245
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-12 21:12:39 +0800
message:
  * src/charset.c (char_charset): Document an exception for char-charset.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/charset.c                  charset.c-20091113204419-o5vbwnq5f7feedwu-1075
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-09-12 07:29:33 +0000
+++ b/src/ChangeLog     2013-09-12 13:12:39 +0000
@@ -1,3 +1,7 @@
+2013-09-12  Xue Fuqiao  <address@hidden>
+
+       * charset.c (char_charset): Document an exception for char-charset.
+
 2013-09-12  Dmitry Antipov  <address@hidden>
 
        * xterm.h (x_display_info): New field last_user_time...

=== modified file 'src/charset.c'
--- a/src/charset.c     2013-07-18 02:12:59 +0000
+++ b/src/charset.c     2013-09-12 13:12:39 +0000
@@ -2053,6 +2053,8 @@
 
 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.  */)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]