comparison lisp/term/mac-win.el @ 65576:72c8b77fb4f9

(mac-add-charset-info): Doc fix.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 18 Sep 2005 05:40:06 +0000
parents eb3fe804bd18
children 592847746fca fa0da9b57058
comparison
equal deleted inserted replaced
65575:2b96746de758 65576:72c8b77fb4f9
1108 base 1108 base
1109 (coding-system-change-eol-conversion base 'mac))) 1109 (coding-system-change-eol-conversion base 'mac)))
1110 "Coding system derived from the system script code.") 1110 "Coding system derived from the system script code.")
1111 1111
1112 (defun mac-add-charset-info (xlfd-charset mac-text-encoding) 1112 (defun mac-add-charset-info (xlfd-charset mac-text-encoding)
1113 "Function to add character sets to display with Mac fonts. 1113 "Add a character set to display with Mac fonts.
1114 Creates entries in `mac-charset-info-alist'. 1114 Create an entry in `mac-charset-info-alist'.
1115 XLFD-CHARSET is a string which will appear in the XLFD font name 1115 XLFD-CHARSET is a string which will appear in the XLFD font name
1116 to identify the character set. MAC-TEXT-ENCODING is the 1116 to identify the character set. MAC-TEXT-ENCODING is the
1117 correspoinding TextEncodingBase value." 1117 correspoinding TextEncodingBase value."
1118 (add-to-list 'mac-charset-info-alist 1118 (add-to-list 'mac-charset-info-alist
1119 (list xlfd-charset mac-text-encoding 1119 (list xlfd-charset mac-text-encoding