git.el: Put the git customize group in the 'tools' parent group.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 22 Jul 2006 13:40:13 +0000 (15:40 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Jul 2006 06:36:05 +0000 (23:36 -0700)
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el
index 92cb2b90fedbbb0936fc38fae0adf12b55bf2afe..68de9be0c7cca8645275a042900766b6ea2712c7 100644 (file)
@@ -55,7 +55,8 @@
 ;;;; ------------------------------------------------------------
 
 (defgroup git nil
-  "Git user interface")
+  "A user interface for the git versioning system."
+  :group 'tools)
 
 (defcustom git-committer-name nil
   "User name to use for commits.