Some fixes to follow coding conventions.
[bpt/emacs.git] / lisp / language / cyril-util.el
index 0f6086a..e0b828a 100644 (file)
@@ -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