diff options
author | Francesco Potortì <pot@gnu.org> | 2003-02-07 11:36:30 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2003-02-07 11:36:30 +0000 |
commit | b1c0272c2ef8fb65ed272212690a2871f29157e1 (patch) | |
tree | 36a7b1f251b45666e0271a9ac8f6fe9f0f933737 /lisp/language/european.el | |
parent | ff57e5d626cf06a9288050e585c56adb4a9a34a2 (diff) | |
download | emacs-b1c0272c2ef8fb65ed272212690a2871f29157e1.tar.gz emacs-b1c0272c2ef8fb65ed272212690a2871f29157e1.tar.bz2 emacs-b1c0272c2ef8fb65ed272212690a2871f29157e1.zip |
("French", "Slovenian"): Fix doc strings.
Diffstat (limited to 'lisp/language/european.el')
-rw-r--r-- | lisp/language/european.el | 6 |
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.")) (sample-text . "French (Fran,Ag(Bais) Bonjour, Salut") (documentation . "\ This language environment is almost the same as Latin-1, -but it selects the French tutorial.")) +but it selects the French tutorial and input method.")) '("European")) (set-language-info-alist @@ -326,7 +326,9 @@ Additionally, it selects the Italian tutorial.")) (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.sl") (sample-text . ",B.(Belimo vam uspe,B9(Ben dan!") - (documentation . t)) + (documentation . "\ +This language environment is almost the same as Latin-2, +but it selects the Slovenian tutorial and input method.")) '("European")) (set-language-info-alist |