aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1998-08-27 07:47:15 +0000
committerKenichi Handa <[email protected]>1998-08-27 07:47:15 +0000
commite325120d45691198840095a3b0536ef69af3363e (patch)
tree03ddedcc394fee60356f2ac50e938c263521cb88 /lisp
parentae9ff118cbc0114e3e3522626e54fcde22b05d12 (diff)
("Latin-1"): Modify `documentation' key value.
("Latin-2"): Likewise.
Diffstat (limited to 'lisp')
-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"))