# HG changeset patch # User Gerd Moellmann # Date 986303202 0 # Node ID 3c52214fcdfb267a5c0da713ae3919dc946b73cc # Parent e9d11225e3cd77e978733b7edd0a0ddc57bf94bd ("Czech"): Add documentation string. diff -r e9d11225e3cd -r 3c52214fcdfb lisp/language/czech.el --- a/lisp/language/czech.el Tue Apr 03 12:57:36 2001 +0000 +++ b/lisp/language/czech.el Tue Apr 03 13:06:42 2001 +0000 @@ -1,6 +1,6 @@ ;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1998 Free Software Foundation. +;; Copyright (C) 1998, 2001 Free Software Foundation. ;; Maintainer: Milan Zamazal ;; Keywords: multilingual, Czech @@ -38,7 +38,10 @@ (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.cs") (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!") - (documentation . t)) + (documentation . "\ +This language environment is almost the same as Latin-2, +but default input method is set to \"czech\", +and select's the Czech tutorial.")) '("European")) (provide 'czech)