aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/european.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index ee0ab84ca21..3dba5ff2882 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -297,7 +297,7 @@ Additionally, it selects the German tutorial."))
297 (sample-text . "French (Fran,Ag(Bais) Bonjour, Salut") 297 (sample-text . "French (Fran,Ag(Bais) Bonjour, Salut")
298 (documentation . "\ 298 (documentation . "\
299This language environment is almost the same as Latin-1, 299This language environment is almost the same as Latin-1,
300but it selects the French tutorial.")) 300but it selects the French tutorial and input method."))
301 '("European")) 301 '("European"))
302 302
303(set-language-info-alist 303(set-language-info-alist
@@ -326,7 +326,9 @@ Additionally, it selects the Italian tutorial."))
326 (unibyte-display . iso-8859-2) 326 (unibyte-display . iso-8859-2)
327 (tutorial . "TUTORIAL.sl") 327 (tutorial . "TUTORIAL.sl")
328 (sample-text . ",B.(Belimo vam uspe,B9(Ben dan!") 328 (sample-text . ",B.(Belimo vam uspe,B9(Ben dan!")
329 (documentation . t)) 329 (documentation . "\
330This language environment is almost the same as Latin-2,
331but it selects the Slovenian tutorial and input method."))
330 '("European")) 332 '("European"))
331 333
332(set-language-info-alist 334(set-language-info-alist