diff lisp/cus-edit.el @ 67983:eea3a49a9d6c

* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist): Move to `custom-buffer' group.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 02 Jan 2006 22:27:08 +0000
parents 03ee9bccbfeb
children 025bb43a4fe6
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Jan 02 22:02:11 2006 +0000
+++ b/lisp/cus-edit.el	Mon Jan 02 22:27:08 2006 +0000
@@ -619,7 +619,7 @@
 This is used for guessing the type of variables not declared with
 customize."
   :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type")))
-  :group 'customize)
+  :group 'custom-buffer)
 
 (defcustom custom-guess-doc-alist
   '(("\\`\\*?Non-nil " boolean))
@@ -633,7 +633,7 @@
 This is used for guessing the type of variables not declared with
 customize."
   :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type")))
-  :group 'customize)
+  :group 'custom-buffer)
 
 (defun custom-guess-type (symbol)
   "Guess a widget suitable for editing the value of SYMBOL.