diff lisp/textmodes/=ispell4.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 18554fcbc0b6
children 21d23fa6fa2a
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/textmodes/=ispell4.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,6 @@
-;;This is the GNU EMACS interface to GNU ISPELL version 3.
-;;   Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
+
+;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
 ;;
 ;;This file is part of GNU ISPELL.
 ;;
@@ -547,3 +548,4 @@
       (kill-emacs 1))
   (write-region (point-min) (point-max) "ispell.info"))
 
+;;; ispell.el ends here