diff options
| author | Pavel Janík | 2002-03-06 11:03:56 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-06 11:03:56 +0000 |
| commit | c1a227eaf24545bc2b65fdb5aeedc326af3b4681 (patch) | |
| tree | d4c101e959260d6a24c265ad9f2f177065ae0f02 | |
| parent | 0c9bf0c3425f80d0b222d51bf2919b62a308c79d (diff) | |
| download | emacs-c1a227eaf24545bc2b65fdb5aeedc326af3b4681.tar.gz emacs-c1a227eaf24545bc2b65fdb5aeedc326af3b4681.zip | |
("Slovak"): Likewise.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/language/slovak.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd76ee2a85f..f7222d72455 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * language/czech.el ("Czech"): Fix the documentation. | 3 | * language/czech.el ("Czech"): Fix the documentation. |
| 4 | 4 | ||
| 5 | * language/slovak.el ("Slovak"): Likewise. | ||
| 6 | |||
| 5 | 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu> | 7 | 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 6 | 8 | ||
| 7 | * xml.el (xml-parse-attlist): Accept empty strings. | 9 | * xml.el (xml-parse-attlist): Accept empty strings. |
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index d1702b5bd53..7e9e1e1ea33 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") | 42 | (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") |
| 43 | (documentation . "\ | 43 | (documentation . "\ |
| 44 | This language environment is almost the same as Latin-2, | 44 | This language environment is almost the same as Latin-2, |
| 45 | but sets the default input to \"slovak\", | 45 | but sets the default input method to \"slovak\", |
| 46 | and selects the Slovak tutorial.")) | 46 | and selects the Slovak tutorial.")) |
| 47 | '("European")) | 47 | '("European")) |
| 48 | 48 | ||