diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1a06eabd17a8eff0635bc7058349f7c22057864c (patch) | |
tree | 851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/textmodes/ispell4.el | |
parent | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff) | |
download | emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.bz2 emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/ispell4.el')
-rw-r--r-- | lisp/textmodes/ispell4.el | 6 |
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 |