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 355e24cf5ec..d10679e7aaa 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el @@ -1,4 +1,4 @@ -;;; abbrevlist.el --- 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. @@ -23,6 +23,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (defun list-one-abbrev-table (abbrev-table output-buffer) |