summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-10-23 17:41:38 +0000
committerRichard M. Stallman <rms@gnu.org>2002-10-23 17:41:38 +0000
commitaebbdf2ab46a0483c5a254530e3f7351cfad9ab1 (patch)
treec424b4a3ccf4e9a379797cb46139b6ec057acfa9
parent8ecb7547ccea5e8322163ac4a4f176fd2c23fe3d (diff)
(syms_of_w32fns <w32-charset-info-alist>):
Get rid of string token concatenation that doesn't work right.
-rw-r--r--src/w32fns.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index fffb1eb6640..526a7733116 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -13982,23 +13982,18 @@ only be necessary if the default setting causes problems.");
"Alist linking Emacs character sets to Windows fonts\n\
and codepages. Each entry should be of the form:\n\
\n\
- (CHARSET_NAME . (WINDOWS_CHARSET . CODEPAGE))\n\
+ (CHARSET-NAME . (WINDOWS-CHARSET . CODEPAGE))\n\
\n\
-where CHARSET_NAME is a string used in font names to identify the charset,\n\
-WINDOWS_CHARSET is a symbol that can be one of:\n\
+where CHARSET-NAME is a string used in font names to identify the charset,\n\
+WINDOWS-CHARSET is a symbol that can be one of:\n\
w32-charset-ansi, w32-charset-default, w32-charset-symbol,\n\
w32-charset-shiftjis, w32-charset-hangeul, w32-charset-gb2312,\n\
-w32-charset-chinesebig5, "
-#ifdef JOHAB_CHARSET
-"w32-charset-johab, w32-charset-hebrew,\n\
+w32-charset-chinesebig5, w32-charset-johab, w32-charset-hebrew,\n\
w32-charset-arabic, w32-charset-greek, w32-charset-turkish,\n\
w32-charset-vietnamese, w32-charset-thai, w32-charset-easteurope,\n\
-w32-charset-russian, w32-charset-mac, w32-charset-baltic,\n"
-#endif
-#ifdef UNICODE_CHARSET
-"w32-charset-unicode, "
-#endif
-"or w32-charset-oem.\n\
+w32-charset-russian, w32-charset-mac, w32-charset-baltic,\n\
+w32-charset-unicode, or w32-charset-oem.\n\
+(Some of these symbols are only meaningful on certain versions of Windows.)\n\
CODEPAGE should be an integer specifying the codepage that should be used\n\
to display the character set, t to do no translation and output as Unicode,\n\
or nil to do no translation and output as 8 bit (or multibyte on far-east\n\