comparison lisp/language/czech.el @ 37158:3c52214fcdfb

("Czech"): Add documentation string.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 03 Apr 2001 13:06:42 +0000
parents 60eb71a9f901
children bfaa10264ace
comparison
equal deleted inserted replaced
37157:e9d11225e3cd 37158:3c52214fcdfb
1 ;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*- 1 ;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
2 2
3 ;; Copyright (C) 1998 Free Software Foundation. 3 ;; Copyright (C) 1998, 2001 Free Software Foundation.
4 4
5 ;; Maintainer: Milan Zamazal <pdm@fi.muni.cz> 5 ;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
6 ;; Keywords: multilingual, Czech 6 ;; Keywords: multilingual, Czech
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
36 (nonascii-translation . latin-iso8859-2) 36 (nonascii-translation . latin-iso8859-2)
37 (unibyte-syntax . "latin-2") 37 (unibyte-syntax . "latin-2")
38 (unibyte-display . iso-8859-2) 38 (unibyte-display . iso-8859-2)
39 (tutorial . "TUTORIAL.cs") 39 (tutorial . "TUTORIAL.cs")
40 (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!") 40 (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!")
41 (documentation . t)) 41 (documentation . "\
42 This language environment is almost the same as Latin-2,
43 but default input method is set to \"czech\",
44 and select's the Czech tutorial."))
42 '("European")) 45 '("European"))
43 46
44 (provide 'czech) 47 (provide 'czech)
45 48
46 ;; czech.el ends here 49 ;; czech.el ends here