diff options
| -rw-r--r-- | lisp/term/mac-win.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 3fa7d20b23a..74b691addd7 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1110,8 +1110,8 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | |||
| 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." |