diff options
Diffstat (limited to 'lisp/complete.el')
-rw-r--r-- | lisp/complete.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index d897c78afa1..a578f22cc54 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> -;; Keywords: abbrev +;; Keywords: abbrev convenience ;; Version: 2.03 ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. @@ -101,7 +101,8 @@ (defgroup partial-completion nil "Partial Completion of items." :prefix "pc-" - :group 'minibuffer) + :group 'minibuffer + :group 'convenience) (defcustom partial-completion-mode nil "Toggle Partial Completion mode. |