summaryrefslogtreecommitdiff
path: root/lisp/textmodes/spell.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
commitcd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch)
treea14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/textmodes/spell.el
parent4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff)
downloademacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/spell.el')
-rw-r--r--lisp/textmodes/spell.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el
index b3157f3c1b1..85adb6b4154 100644
--- a/lisp/textmodes/spell.el
+++ b/lisp/textmodes/spell.el
@@ -1,4 +1,5 @@
-;; Spelling correction interface for Emacs.
+;;; spell.el --- spelling correction interface for Emacs.
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -134,3 +135,5 @@ for example, \"word\"."
(while (search-forward "\n" nil t)
(replace-match " "))
(message "%sincorrect" (buffer-substring 1 (point-max)))))))
+
+;;; spell.el ends here