aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/czech.el4
-rw-r--r--lisp/language/european.el10
-rw-r--r--lisp/language/slovak.el4
3 files changed, 9 insertions, 9 deletions
diff --git a/lisp/language/czech.el b/lisp/language/czech.el
index 32b2a7cd7fa..54762ebc515 100644
--- a/lisp/language/czech.el
+++ b/lisp/language/czech.el
@@ -41,8 +41,8 @@
41 (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!") 41 (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!")
42 (documentation . "\ 42 (documentation . "\
43This language environment is almost the same as Latin-2, 43This language environment is almost the same as Latin-2,
44but default input method is set to \"czech\", 44but sets the default input method is set to \"czech\",
45and the Czech tutorial is selected.")) 45and selects the Czech tutorial."))
46 '("European")) 46 '("European"))
47 47
48(provide 'czech) 48(provide 'czech)
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 959c1357f14..7928771c956 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -266,8 +266,8 @@ German (Deutsch Nord) Guten Tag
266German (Deutsch S,A|(Bd) Gr,A|_(B Gott") 266German (Deutsch S,A|(Bd) Gr,A|_(B Gott")
267 (documentation . "\ 267 (documentation . "\
268This language environment is almost the same as Latin-1, 268This language environment is almost the same as Latin-1,
269but the default input method is set to \"german-postfix\". 269but sets the default input method to \"german-postfix\".
270Additionally, the tutorial is set to \"TUTORIAL.de\".")) 270Additionally, it selects the German tutorial."))
271 '("European")) 271 '("European"))
272 272
273(set-language-info-alist 273(set-language-info-alist
@@ -282,7 +282,7 @@ Additionally, the tutorial is set to \"TUTORIAL.de\"."))
282 (sample-text . "French (Fran,Ag(Bais) Bonjour, Salut") 282 (sample-text . "French (Fran,Ag(Bais) Bonjour, Salut")
283 (documentation . "\ 283 (documentation . "\
284This language environment is almost the same as Latin-1, 284This language environment is almost the same as Latin-1,
285but the tutorial is set to \"TUTORIAL.fr\".")) 285but it selects the French tutorial."))
286 '("European")) 286 '("European"))
287 287
288(set-language-info-alist 288(set-language-info-alist
@@ -310,7 +310,7 @@ but the tutorial is set to \"TUTORIAL.fr\"."))
310 (sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!") 310 (sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!")
311 (documentation . "\ 311 (documentation . "\
312This language environment is almost the same as Latin-1, 312This language environment is almost the same as Latin-1,
313but the default input method is set to \"spanish-postfix\", 313but it sets the default input method to \"spanish-postfix\",
314and it selects the Spanish tutorial.")) 314and it selects the Spanish tutorial."))
315 '("European")) 315 '("European"))
316 316
@@ -325,7 +325,7 @@ and it selects the Spanish tutorial."))
325 (sample-text . "Er is een aantal manieren waarop je dit kan doen") 325 (sample-text . "Er is een aantal manieren waarop je dit kan doen")
326 (documentation . "\ 326 (documentation . "\
327This language environment is almost the same as Latin-1, 327This language environment is almost the same as Latin-1,
328but the Dutch tutorial is selected.")) 328but it selects the Dutch tutorial."))
329 '("European")) 329 '("European"))
330 330
331;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But, 331;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But,
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el
index 2f1a214f877..d1702b5bd53 100644
--- a/lisp/language/slovak.el
+++ b/lisp/language/slovak.el
@@ -42,8 +42,8 @@
42 (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") 42 (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!")
43 (documentation . "\ 43 (documentation . "\
44This language environment is almost the same as Latin-2, 44This language environment is almost the same as Latin-2,
45but default input method is set to \"slovak\", 45but sets the default input to \"slovak\",
46and the Slovak tutorial is selected.")) 46and selects the Slovak tutorial."))
47 '("European")) 47 '("European"))
48 48
49(provide 'slovak) 49(provide 'slovak)