changeset 42194:98e4b2a1b394

More doc string fixes.
author Werner LEMBERG <wl@gnu.org>
date Wed, 19 Dec 2001 22:00:17 +0000
parents e5cc759e1ee7
children 62319d759514
files lisp/language/czech.el lisp/language/european.el lisp/language/slovak.el
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/czech.el	Wed Dec 19 19:00:44 2001 +0000
+++ b/lisp/language/czech.el	Wed Dec 19 22:00:17 2001 +0000
@@ -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)
--- a/lisp/language/european.el	Wed Dec 19 19:00:44 2001 +0000
+++ b/lisp/language/european.el	Wed Dec 19 22:00:17 2001 +0000
@@ -266,8 +266,8 @@
 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 @@
 	    (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 @@
 	    (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 @@
 	   (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,
--- a/lisp/language/slovak.el	Wed Dec 19 19:00:44 2001 +0000
+++ b/lisp/language/slovak.el	Wed Dec 19 22:00:17 2001 +0000
@@ -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)