From e325120d45691198840095a3b0536ef69af3363e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Aug 1998 07:47:15 +0000 Subject: [PATCH] ("Latin-1"): Modify `documentation' key value. ("Latin-2"): Likewise. --- lisp/language/european.el | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/language/european.el b/lisp/language/european.el index e670c6d4982..a3b4c92c615 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -66,9 +66,11 @@ (sample-text . "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!") (documentation . "\ -These languages are supported with the Latin-1 (ISO-8859-1) character set: +This language environment is a generic one for Latin-1 (ISO-8859-1) +character set which supports the following languages: Danish, Dutch, English, Faeroese, Finnish, French, German, Icelandic, - Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish.")) + Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish. +We also have a German specific language environment \"German\".")) '("European")) @@ -99,10 +101,15 @@ These languages are supported with the Latin-1 (ISO-8859-1) character set: (unibyte-display . iso-latin-2) (input-method . "latin-2-prefix") (documentation . "\ -These languages are supported with the Latin-2 (ISO-8859-2) character set: +This language environment is a generic one for Latin-2 (ISO-8859-2) +character set which supports the following languages: Albanian, Czech, English, German, Hungarian, Polish, Romanian, Serbo-Croatian or Croatian, Slovak, Slovene, Sorbian (upper and lower), - and Swedish.")) + and Swedish. +We also have specific language environments for the following languages: + For Czech, \"Czech\". + For Romanian, \"Romanian\". + For Slovak, \"Slovak\".")) '("European")) -- 2.39.2