diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-26 09:23:23 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-26 09:23:23 +0000 |
commit | 16d56c8737945b11426df499be45226627603399 (patch) | |
tree | 3d5b736514551386ec76934151fcd65e43f76dbc /lisp/abbrev.el | |
parent | 7771289070eb07dc03a606f95a20ca4cffb8ebbf (diff) | |
download | emacs-16d56c8737945b11426df499be45226627603399.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index a2a54074e3a..8309a63ba2a 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. -;; Keywords: abbrev +;; Keywords: abbrev convenience ;; This file is part of GNU Emacs. @@ -32,7 +32,8 @@ This makes the commands that normally define mode-specific abbrevs define global abbrevs instead." :type 'boolean - :group 'abbrev-mode) + :group 'abbrev-mode + :group 'convenience) (defun abbrev-mode (arg) "Toggle abbrev mode. |