summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2001-12-19 22:00:17 +0000
committerWerner LEMBERG <wl@gnu.org>2001-12-19 22:00:17 +0000
commit70a4f3eae14fe1c8d61a06ea7a8386f6e9d40648 (patch)
treed70e9672aca43ad72370f273e54f41bd944526a2
parentbf7943066e1b52284bafe142626ff8c87609a0da (diff)
downloademacs-70a4f3eae14fe1c8d61a06ea7a8386f6e9d40648.tar.gz
More doc string fixes.
-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 @@
(sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!")
(documentation . "\
This language environment is almost the same as Latin-2,
-but default input method is set to \"czech\",
-and the Czech tutorial is selected."))
+but sets the default input method is set to \"czech\",
+and selects the Czech tutorial."))
'("European"))
(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
German (Deutsch S,A|(Bd) Gr,A|_(B Gott")
(documentation . "\
This language environment is almost the same as Latin-1,
-but the default input method is set to \"german-postfix\".
-Additionally, the tutorial is set to \"TUTORIAL.de\"."))
+but sets the default input method to \"german-postfix\".
+Additionally, it selects the German tutorial."))
'("European"))
(set-language-info-alist
@@ -282,7 +282,7 @@ Additionally, the tutorial is set to \"TUTORIAL.de\"."))
(sample-text . "French (Fran,Ag(Bais) Bonjour, Salut")
(documentation . "\
This language environment is almost the same as Latin-1,
-but the tutorial is set to \"TUTORIAL.fr\"."))
+but it selects the French tutorial."))
'("European"))
(set-language-info-alist
@@ -310,7 +310,7 @@ but the tutorial is set to \"TUTORIAL.fr\"."))
(sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!")
(documentation . "\
This language environment is almost the same as Latin-1,
-but the default input method is set to \"spanish-postfix\",
+but it sets the default input method to \"spanish-postfix\",
and it selects the Spanish tutorial."))
'("European"))
@@ -325,7 +325,7 @@ and it selects the Spanish tutorial."))
(sample-text . "Er is een aantal manieren waarop je dit kan doen")
(documentation . "\
This language environment is almost the same as Latin-1,
-but the Dutch tutorial is selected."))
+but it selects the Dutch tutorial."))
'("European"))
;; 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 @@
(sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!")
(documentation . "\
This language environment is almost the same as Latin-2,
-but default input method is set to \"slovak\",
-and the Slovak tutorial is selected."))
+but sets the default input to \"slovak\",
+and selects the Slovak tutorial."))
'("European"))
(provide 'slovak)