diff lisp/language/tibet-util.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents ce27cce29f91
children df6b9860f119
line wrap: on
line diff
--- a/lisp/language/tibet-util.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/language/tibet-util.el	Mon Jul 16 12:23:00 2001 +0000
@@ -26,11 +26,13 @@
 
 ;; Created: Feb. 17. 1997
 
-;; History:
+;;; History:
 ;; 1997.03.13 Modification in treatment of text properties;
 ;;            Support for some special signs and punctuations.
 ;; 1999.10.25 Modification for a new composition way by K.Handa.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
@@ -350,4 +352,4 @@
 
 (provide 'tibet-util)
 
-;;; language/tibet-util.el ends here.
+;;; tibet-util.el ends here