aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/european.el15
1 files changed, 11 insertions, 4 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index e670c6d498..a3b4c92c61 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"))