From aebbdf2ab46a0483c5a254530e3f7351cfad9ab1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 23 Oct 2002 17:41:38 +0000 Subject: [PATCH] (syms_of_w32fns ): Get rid of string token concatenation that doesn't work right. --- src/w32fns.c | 19 +++++++------------ 1 file 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\ -- 2.39.2