From 09bbbfe8a29bb13d2909058d3c9ac65910e1d910 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 3 Apr 2001 13:10:08 +0000 Subject: [PATCH] =?utf8?q?("Slovak"):=20Add=20documentation=20string.=20?= =?utf8?q?=20From=20Pavel@Janik.cz=20(Pavel=20Jan=1B,Bm=1B(Bk=20ml.).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/language/slovak.el | 7 +++++-- 1 file 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 , ;; Milan Zamazal @@ -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) -- 2.11.4.GIT