]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
authorChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jan 2006 22:27:08 +0000 (22:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jan 2006 22:27:08 +0000 (22:27 +0000)
Move to `custom-buffer' group.

lisp/ChangeLog
lisp/cus-edit.el

index 53e59f3dca9a80f759015fe1849c9b85fc6b820c..761f2212444aae0b914ca0265c46fc3179c70a79 100644 (file)
@@ -1,5 +1,8 @@
 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
 
+       * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
+       Move to `custom-buffer' group.
+
        * cus-theme.el: Rewrite the Custom New Theme Mode interface.
        (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
        (custom-theme-insert-face-marker, custom-theme-variable-menu)
index 5e9c98c72523883505b0ff538f6f83fa5f3b8bbc..e8ad8551f46c8422e6867f15a245f8ff5be091a3 100644 (file)
@@ -619,7 +619,7 @@ used.
 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 @@ matches the name of the symbol will be used.
 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.