diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 13:10:43 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 13:10:43 +0000 |
commit | 20b5dc4aba9dfc75e4d877d1684be6d7e84c8094 (patch) | |
tree | ccc857f0f027e57fd349ed120559e579dfefc1fb /lisp/language/slovak.el | |
parent | 450f6970b0c07cf5ab82258c58d99e22b1f76b92 (diff) | |
download | emacs-20b5dc4aba9dfc75e4d877d1684be6d7e84c8094.tar.gz |
("Slovak"): Add documentation string. From
Pavel@Janik.cz (Pavel Jan,Bm(Bk ml.).
Diffstat (limited to 'lisp/language/slovak.el')
-rw-r--r-- | lisp/language/slovak.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 15688e6eeba..8ea5e875d8d 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el @@ -1,6 +1,6 @@ ;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1998 Free Software Foundation. +;; Copyright (C) 1998, 2001 Free Software Foundation. ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, ;; Milan Zamazal <pdm@fi.muni.cz> @@ -39,7 +39,10 @@ (unibyte-syntax . "latin-2") (unibyte-display . iso-8859-2) (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") - (documentation . t)) + (documentation . "\ +This language environment is almost the same as Latin-2, +but default input method is set to \"slovak\", +and select's the Slovak tutorial.")) '("European")) (provide 'slovak) |