summaryrefslogtreecommitdiff
path: root/lisp/textmodes/=ispell4.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch)
tree68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/textmodes/=ispell4.el
parent5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff)
downloademacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/=ispell4.el')
-rw-r--r--lisp/textmodes/=ispell4.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/=ispell4.el b/lisp/textmodes/=ispell4.el
index ca9b4af48ab..d0f653682f7 100644
--- a/lisp/textmodes/=ispell4.el
+++ b/lisp/textmodes/=ispell4.el
@@ -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 @@ L lookup; Q quit\n")
(kill-emacs 1))
(write-region (point-min) (point-max) "ispell.info"))
+;;; ispell.el ends here