diff lisp/emulation/vi.el @ 38431:853c3674f20a

Fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 11:39:42 +0000
parents 11218164bc54
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/emulation/vi.el	Mon Jul 16 11:22:34 2001 +0000
+++ b/lisp/emulation/vi.el	Mon Jul 16 11:39:42 2001 +0000
@@ -1,14 +1,15 @@
-;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs.
+;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs
 
 ; This file is in the public domain because the authors distributed it
 ; without a copyright notice before the US signed the Bern Convention.
 
+;; This file is part of GNU Emacs.
+
 ;; Author: Neal Ziring <nz@rsch.wisc.edu>
 ;;	Felix S. T. Wu <wu@crys.wisc.edu>
-;; Maintainer: none
 ;; Keywords: emulations
 
-;;; Commentary: 
+;;; Commentary:
 
 ; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring)
 ; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu)