summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/china-util.el2
-rw-r--r--lisp/language/chinese.el2
-rw-r--r--lisp/language/cyril-util.el8
-rw-r--r--lisp/language/cyrillic.el2
-rw-r--r--lisp/language/english.el4
-rw-r--r--lisp/language/greek.el2
-rw-r--r--lisp/language/hebrew.el2
-rw-r--r--lisp/language/japan-util.el5
-rw-r--r--lisp/language/japanese.el2
-rw-r--r--lisp/language/korea-util.el4
-rw-r--r--lisp/language/korean.el2
-rw-r--r--lisp/language/lao-util.el2
-rw-r--r--lisp/language/lao.el4
-rw-r--r--lisp/language/misc-lang.el5
-rw-r--r--lisp/language/slovak.el4
-rw-r--r--lisp/language/thai-util.el2
-rw-r--r--lisp/language/thai.el2
-rw-r--r--lisp/language/viet-util.el2
-rw-r--r--lisp/language/vietnamese.el2
19 files changed, 37 insertions, 21 deletions
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el
index 6e4e68e26b..8a0a83d834 100644
--- a/lisp/language/china-util.el
+++ b/lisp/language/china-util.el
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;; Hz/ZW encoding stuffs
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index de9aee9252..498b9c635b 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -1,4 +1,4 @@
-;;; chinese.el --- Support for Chinese -*- coding: iso-2022-7bit; -*-
+;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el
index 0f6086a879..e0b828a019 100644
--- a/lisp/language/cyril-util.el
+++ b/lisp/language/cyril-util.el
@@ -1,4 +1,4 @@
-;;; cyril-util.el --- utilities for Cyrillic scripts
+;;; cyril-util.el --- utilities for Cyrillic scripts
;; Copyright (C) 1997 Free Software Foundation, Inc.
@@ -21,6 +21,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;;;###autoload
@@ -189,8 +191,8 @@ If the argument is nil, we return the display table to its standard state."
;;
(provide 'cyril-util)
-;;; cyril-util.el ends here
-
;; Local Variables:
;; coding: iso-2022-7bit
;; End:
+
+;;; cyril-util.el ends here
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 037869b688..dbf51acbd5 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -1,4 +1,4 @@
-;;; cyrillic.el --- Support for Cyrillic -*- coding: iso-2022-7bit; -*-
+;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/english.el b/lisp/language/english.el
index bba7e20b94..cbfd206c20 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -1,4 +1,4 @@
-;;; english.el --- English support
+;;; english.el --- support for English
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
@@ -28,7 +28,7 @@
;; English as a language environment is one of the ways to reset
;; various multilingual environment to the original settting.
-;;; Code
+;;; Code:
(set-language-info-alist
"English" '((tutorial . "TUTORIAL")
diff --git a/lisp/language/greek.el b/lisp/language/greek.el
index 385536d97b..3970286675 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -1,4 +1,4 @@
-;;; greek.el --- Support for Greek
+;;; greek.el --- support for Greek
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index ec3edfce12..3579d2c394 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -1,4 +1,4 @@
-;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*-
+;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el
index 36dbefb4af..465477c655 100644
--- a/lisp/language/japan-util.el
+++ b/lisp/language/japan-util.el
@@ -1,5 +1,4 @@
-;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*-
-
+;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
@@ -24,6 +23,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
(defvar sentence-end-save nil)
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el
index 92001e47c0..20ec1aa2a5 100644
--- a/lisp/language/japanese.el
+++ b/lisp/language/japanese.el
@@ -1,4 +1,4 @@
-;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*-
+;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el
index 11438295a2..9a945668c7 100644
--- a/lisp/language/korea-util.el
+++ b/lisp/language/korea-util.el
@@ -21,6 +21,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;;;###autoload
@@ -133,4 +135,4 @@
;;
(provide 'korea-util)
-;;; korean-util.el ends here
+;;; korea-util.el ends here
diff --git a/lisp/language/korean.el b/lisp/language/korean.el
index 276e437360..466e7cce0b 100644
--- a/lisp/language/korean.el
+++ b/lisp/language/korean.el
@@ -1,4 +1,4 @@
-;;; korean.el --- Support for Korean -*- coding: iso-2022-7bit; -*-
+;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el
index dea365ad58..1fca9c4dbb 100644
--- a/lisp/language/lao-util.el
+++ b/lisp/language/lao-util.el
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;; Setting information of Thai characters.
diff --git a/lisp/language/lao.el b/lisp/language/lao.el
index 7aae8f76db..ec2a62943d 100644
--- a/lisp/language/lao.el
+++ b/lisp/language/lao.el
@@ -1,4 +1,4 @@
-;;; lao.el --- Support for Lao -*- coding: iso-2022-7bit; -*-
+;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
(make-coding-system
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el
index 04ca63f55c..fc47caee7f 100644
--- a/lisp/language/misc-lang.el
+++ b/lisp/language/misc-lang.el
@@ -22,6 +22,10 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
+;;; Code:
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; IPA (International Phonetic Alphabet)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -40,4 +44,3 @@ and Italian.")))
(provide 'misc-lang)
;;; misc-lang.el ends here
-
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el
index 709cf8ae8b..cda4cbebe5 100644
--- a/lisp/language/slovak.el
+++ b/lisp/language/slovak.el
@@ -1,4 +1,4 @@
-;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
+;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1998, 2001 Free Software Foundation.
@@ -48,4 +48,4 @@ and select's the Slovak tutorial."))
(provide 'slovak)
-;; slovak.el ends here
+;;; slovak.el ends here
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el
index 1a8802a346..d2e4e116f3 100644
--- a/lisp/language/thai-util.el
+++ b/lisp/language/thai-util.el
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;; Setting information of Thai characters.
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index 7a1805fa81..7ba4043e10 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -1,4 +1,4 @@
-;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*-
+;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el
index d032eafd1d..0268f6f0bb 100644
--- a/lisp/language/viet-util.el
+++ b/lisp/language/viet-util.el
@@ -1,4 +1,4 @@
-;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*-
+;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el
index 228cfff3c3..92273b734a 100644
--- a/lisp/language/vietnamese.el
+++ b/lisp/language/vietnamese.el
@@ -1,4 +1,4 @@
-;;; vietnamese.el --- Support for Vietnamese -*- coding: iso-2022-7bit; -*-
+;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.