]> code.delx.au - gnu-emacs/commitdiff
("Latin-1"): Modify `documentation' key value.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Aug 1998 07:47:15 +0000 (07:47 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Aug 1998 07:47:15 +0000 (07:47 +0000)
("Latin-2"): Likewise.

lisp/language/european.el

index e670c6d4982652ef9455938ace6c2978f239a47f..a3b4c92c615e1e227b71ac05aaf8d658f3a86a8a 100644 (file)
             (sample-text
              . "Hello, Hej, Tere, Hei, Bonjour, Gr\e,A|_\e(B Gott, Ciao, \e,A!\e(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"))
 
 \f
@@ -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"))
 
 \f