diff options
author | Alexandre Julliard <julliard@winehq.org> | 2006-07-22 15:40:13 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-23 23:36:05 -0700 |
commit | 5df52584fa6cce1789009ad8a11f9eee92d5168a (patch) | |
tree | f528a47200d90495df2f02342e037919af2ea2f7 /contrib | |
parent | 73389f12bf0ef39820685a322527fab549676f33 (diff) | |
download | git-5df52584fa6cce1789009ad8a11f9eee92d5168a.tar.gz |
git.el: Put the git customize group in the 'tools' parent group.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/emacs/git.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/emacs/git.el b/contrib/emacs/git.el index 92cb2b90fe..68de9be0c7 100644 --- a/contrib/emacs/git.el +++ b/contrib/emacs/git.el @@ -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. |