]> code.delx.au - gnu-emacs/blobdiff - lisp/complete.el
(describe-mouse-briefly): Fix message spelling.
[gnu-emacs] / lisp / complete.el
index fa559e91395c223ddaadc5254daf2d30698e15f8..3230524e730f7f43d381677f37a4159f66042468 100644 (file)
@@ -1,8 +1,9 @@
-;; complete.el -- partial completion mechanism plus other goodies.
+;;; complete.el -- partial completion mechanism plus other goodies
 
 ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
+;; Keywords: abbrev
 ;; Version: 2.02
 ;; Special thanks to Hallvard Furuseth for his many ideas and contributions.