aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/complete.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <[email protected]>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/complete.el
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/complete.el')
-rw-r--r--lisp/complete.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index d897c78afa..a578f22cc5 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 <[email protected]>
-;; 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.