diff options
Diffstat (limited to 'lisp/abbrevlist.el')
-rw-r--r-- | lisp/abbrevlist.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index a7942248dde..ee77462907e 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el @@ -1,4 +1,5 @@ -;; List one abbrev table alphabetically ordered. +;;; abbrevlist.el --- list one abbrev table alphabetically ordered. + ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. ;; Suggested by a previous version by Gildea. @@ -44,3 +45,4 @@ (provide 'abbrevlist) +;;; abbrevlist.el ends here |