diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:29:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:29:42 +0000 |
commit | e9571d2a21b7fd2dc46549382bea5ed4c00ddb07 (patch) | |
tree | 23e0c3f0017bfba65503f9208523c62d572300ac /lisp/textmodes | |
parent | 92e443b1559cf7ca416185e1ecd8ad334be7fee1 (diff) | |
download | emacs-e9571d2a21b7fd2dc46549382bea5ed4c00ddb07.tar.gz |
Add or correct keywords
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/ispell4.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/scribe.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/spell.el | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 4c5058fb3a5..ded85446595 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -2,6 +2,8 @@ ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc. +;; Keywords: wp + ;;This file is part of GNU Emacs. ;; ;;GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el index 423de634308..6954f5c6284 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: wp ;; This file might become part of GNU Emacs. diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index 02c7c4eb118..6e05a8c0fad 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: wp ;; This file is part of GNU Emacs. |